From 859c4a52cfb34a4f501ec55e49c6a6968da1c18e Mon Sep 17 00:00:00 2001 From: Nik Lutz Date: Tue, 19 Apr 2016 15:19:51 +0200 Subject: Fixing path argument of chmod for .container-command script in the debconf script. Signed-off-by: Daniel Baumann --- share/scripts/debconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/scripts/debconf') diff --git a/share/scripts/debconf b/share/scripts/debconf index cbde345..28e95fd 100755 --- a/share/scripts/debconf +++ b/share/scripts/debconf @@ -702,7 +702,7 @@ EOF then echo "${CONTAINER_COMMAND}" > "${DIRECTORY}/.container-command" - chmod 0755 "sh /.container-command" + chmod 0755 "${DIRECTORY}/.container-command" Chroot "${DIRECTORY}" "sh /.container-command" rm -f "${DIRECTORY}/.container-command" -- cgit v1.2.3