diff options
| author | xengineering <mail2xengineering@protonmail.com> | 2020-03-17 18:22:27 +0100 |
|---|---|---|
| committer | xengineering <mail2xengineering@protonmail.com> | 2020-03-17 18:22:27 +0100 |
| commit | f2fe1d86547458435c28ac96e023ee1cd773e161 (patch) | |
| tree | f528fdd2ffa1b6c180d9be39a9957046b93ca05e | |
| parent | 33e55cffe600919b295f7a4fb0c621ba3b5db04e (diff) | |
| download | archinstall-f2fe1d86547458435c28ac96e023ee1cd773e161.tar archinstall-f2fe1d86547458435c28ac96e023ee1cd773e161.tar.zst archinstall-f2fe1d86547458435c28ac96e023ee1cd773e161.zip | |
Bugfix
| -rw-r--r-- | stages/first_stage.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stages/first_stage.sh b/stages/first_stage.sh index dcd2cbd..2dc2ee7 100644 --- a/stages/first_stage.sh +++ b/stages/first_stage.sh @@ -111,4 +111,6 @@ elif [ "$luks_encryption" == "yes" ];then else echo "oh no" fi +else + echo "oh no" fi |
