diff options
Diffstat (limited to 'mountvirtfs.sh')
-rw-r--r-- | mountvirtfs.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mountvirtfs.sh b/mountvirtfs.sh index 237990d..862e453 100644 --- a/mountvirtfs.sh +++ b/mountvirtfs.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -e printf "%b" "${GRN}Mounting virtual kernel filesystems${RST}...\n" if ! mountpoint "${LFS}"/dev >/dev/null 2>&1; then |