From 6c92d7882615040ca3690578544c3c8a893f1bf7 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Mon, 5 Apr 2021 12:08:27 -0500 Subject: Deal with when to print OK or just keep it left out alltogether. --- mountvirtfs.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/mountvirtfs.sh b/mountvirtfs.sh index c87c436..808f4a6 100644 --- a/mountvirtfs.sh +++ b/mountvirtfs.sh @@ -30,5 +30,3 @@ fi if [[ -h "${LFS}"/dev/shm ]]; then sudo mkdir -pv "${LFS}"/"$(readlink "${LFS}"/dev/shm)" fi - -printf "%b" "${IGRN}OK${RST}\n" -- cgit v1.2.3-54-g00ecf