small fixes

This commit is contained in:
teldra 2021-03-16 23:49:26 +01:00
parent bc824f1fb4
commit dadaf8d9d4
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ while echo $((index++)) > /dev/null; do
output="oem"
#useradder "pw" "${counter}" "${output}"
users+=( [pw${counter}]="${output}" )
echo "${users[pw1]}"
if [[ "${standalone}" == "1" ]]; then
if ! yesno "More users?" "n"; then