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