From e99d1c755f1fadbbeb530f875303453418e06b86 Mon Sep 17 00:00:00 2001 From: teldra Date: Wed, 17 Mar 2021 00:03:12 +0100 Subject: [PATCH] small fixes --- run_in_chroot.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/run_in_chroot.sh b/run_in_chroot.sh index 8ece96f..6ab9356 100755 --- a/run_in_chroot.sh +++ b/run_in_chroot.sh @@ -19,7 +19,9 @@ done input="${@}" max="${#input[@]}" -echo "${input[@]}" +echo 0 "${input[0]}" +echo 1 "${input[1]}" +echo 2 "${input[2]}" for i in $(seq 1 "${max}"); do if [[ "${i}" == "${#input[@]}" ]]; then echo diskp "${input[$i]}"