diff options
author | Andrew Marchetta <me@andrewmarchetta.com> | 2019-01-03 21:26:11 -0500 |
---|---|---|
committer | Andrew Marchetta <me@andrewmarchetta.com> | 2019-01-03 21:26:11 -0500 |
commit | e6ebb0b5a822d878a5379852ea5911702dcdc85c (patch) | |
tree | d2899aec8cf781c64b2516175a2bb0aa581bd58b | |
parent | 1150b23607bd9c6703f5afa7c9f555996ce9ee66 (diff) |
-rwxr-xr-x | open_sesame.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/open_sesame.sh b/open_sesame.sh index 5506a5a..631c87d 100755 --- a/open_sesame.sh +++ b/open_sesame.sh @@ -110,9 +110,9 @@ raid_trymount() { } # Main routine. -verify_rootuser || exit -locate_cryptsetup || exit -set_config || exit +verify_rootuser || exit 1 +locate_cryptsetup || exit 1 +set_config || exit 1 declare ret=0 if raid_tryopenall; then |