diff options
Diffstat (limited to 'essential.sh')
-rw-r--r-- | essential.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/essential.sh b/essential.sh index 422e2a4..3384917 100644 --- a/essential.sh +++ b/essential.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -e +set -e pushd "${LFS}" >/dev/null || exit 1 @@ -63,7 +63,7 @@ EOF' } >"${LFS}"/sources/log/essential.log 2>&1 sudo touch sources/essential - sudo printf "%b" "${IGRN}OK${RST}\n" + success "OK" fi |