diff --git a/debian.sh b/debian.sh index 3cafad4..0f5fa1c 100755 --- a/debian.sh +++ b/debian.sh @@ -583,7 +583,7 @@ menu() { echo echo set-devices - read -p 'Unlock Disk without password at boot time? ' -e -i "y" root_name + read -p 'Unlock Disk without password at boot time? ' -e -i "y" pass_change if [[ $pass_change = *n* ]]; then AUTO_DECRYPT="False" bootloader "$HARD_DISK" "$ROOT_NAME" "$ROOT_MAPPER_NAME"