From 974cc290895215b3b4352b524f3803bb186ec697 Mon Sep 17 00:00:00 2001 From: teldra Date: Tue, 16 Mar 2021 23:13:48 +0100 Subject: [PATCH] small fixes --- run_in_chroot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run_in_chroot.sh b/run_in_chroot.sh index 4b52a12..8fc6b5b 100755 --- a/run_in_chroot.sh +++ b/run_in_chroot.sh @@ -18,6 +18,7 @@ for i in $(find "${vars}" -type f); do done input="${@}" +echo "${input[@]}" for i in $(seq 1 "${#input[@]}"); do if [[ "${i}" == "${#input[@]}" ]]; then cfg+=( [diskpw]="${1}" )