small fixes

This commit is contained in:
teldra 2021-03-16 22:41:20 +01:00
parent 82cf9772dc
commit acce41d04b
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ if [[ ! "${cfg[fde_key_store]}" == "none" ]]; then
#input_pw "Disk Password"
output="oem"
#setconf "add" "diskpw" "${output}"
cfg+=( "${output}" )
cfg+=( [diskpw]="${output}" )
fi
if check yesno "Do you want to hibernate?" "y"; then