small fixes
This commit is contained in:
parent
9dcf7b6cd7
commit
974cc29089
|
@ -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}" )
|
||||
|
|
Loading…
Reference in New Issue
Block a user