diff options
author | xengineering <mail2xengineering@protonmail.com> | 2020-03-19 09:54:42 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2020-03-19 09:54:42 +0100 |
commit | f7b814cf07d3b4adeda18cbd783dc7b6f7af8250 (patch) | |
tree | 11ff13ec38a1ff91ec926aedc04fe396e69f6323 /stages/second_stage.sh | |
parent | 88c4d809d7568bc1524ede14f522c191b33a5f29 (diff) | |
download | archinstall-f7b814cf07d3b4adeda18cbd783dc7b6f7af8250.tar archinstall-f7b814cf07d3b4adeda18cbd783dc7b6f7af8250.tar.zst archinstall-f7b814cf07d3b4adeda18cbd783dc7b6f7af8250.zip |
Switched to coloured Output
Diffstat (limited to 'stages/second_stage.sh')
-rw-r--r-- | stages/second_stage.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stages/second_stage.sh b/stages/second_stage.sh index ea623a7..faedde1 100644 --- a/stages/second_stage.sh +++ b/stages/second_stage.sh @@ -25,7 +25,7 @@ set -e # Debug output -echo "Entering second_stage.sh - OK" +printf "$OK Entering second_stage.sh\n" # Set timezone |