diff options
Diffstat (limited to 'functions/chroot.sh')
-rwxr-xr-x | functions/chroot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/chroot.sh b/functions/chroot.sh index 17c5f3664..63151dbe1 100755 --- a/functions/chroot.sh +++ b/functions/chroot.sh @@ -11,7 +11,7 @@ set -e Chroot () { - COMMANDS="${1}" + COMMANDS="${@}" # Executing commands in chroot Echo_debug "Executing: ${COMMANDS}" |