summaryrefslogtreecommitdiff
path: root/functions/chroot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'functions/chroot.sh')
-rwxr-xr-xfunctions/chroot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/chroot.sh b/functions/chroot.sh
index 17c5f36..63151db 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}"