diff options
author | toni <matzeton@googlemail.com> | 2016-11-24 09:59:30 +0100 |
---|---|---|
committer | toni <matzeton@googlemail.com> | 2016-11-24 09:59:30 +0100 |
commit | ed44bbd0f1ef56c0ecaa82381690e4f54c3cdbe3 (patch) | |
tree | 26cb1c1df5ab99de0ae8359bce12a2c744831dc5 | |
parent | 9ff1ab6b8e51a7e31a4ed6dfa03a853a62530b7d (diff) |
shutdown if maximum crypttries reached
-rwxr-xr-x | scripts/naskpass.initscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/naskpass.initscript b/scripts/naskpass.initscript index a3c5438..14d2726 100755 --- a/scripts/naskpass.initscript +++ b/scripts/naskpass.initscript @@ -326,7 +326,7 @@ setup_mapping() if [ ! -e "$NEWROOT" ]; then message "cryptsetup: unknown error setting up device mapping" - return 1 + continue fi #FSTYPE='' |