small fixes

This commit is contained in:
teldra 2021-03-16 23:13:48 +01:00
parent 9dcf7b6cd7
commit 974cc29089
1 changed files with 1 additions and 0 deletions

View File

@ -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}" )