diff options
author | xengineering <mail2xengineering@protonmail.com> | 2020-03-21 12:00:30 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2020-03-21 12:00:30 +0100 |
commit | c8611a20d2e230a40b3bd71acec9e2054cfc5444 (patch) | |
tree | 3ca7dae63127e60bd154c410813941c4de241de8 /stages | |
parent | 22f95c30840f2ffca2d825eeae59f57d6a5ead9f (diff) | |
download | archinstall-c8611a20d2e230a40b3bd71acec9e2054cfc5444.tar archinstall-c8611a20d2e230a40b3bd71acec9e2054cfc5444.tar.zst archinstall-c8611a20d2e230a40b3bd71acec9e2054cfc5444.zip |
Debug Version for print_x functions
Diffstat (limited to 'stages')
-rw-r--r-- | stages/first_stage.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/stages/first_stage.sh b/stages/first_stage.sh index abcac3b..57cc278 100644 --- a/stages/first_stage.sh +++ b/stages/first_stage.sh @@ -25,7 +25,9 @@ set -e # debug output -printf "$OK Entering first_stage.sh\n" +print_ok "Entering first_stage.sh" +print_failed "Testing printing functions ..." +exit 99 # check bootmode |