diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-04-05 12:08:27 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-04-05 12:08:27 -0500 |
commit | 6c92d7882615040ca3690578544c3c8a893f1bf7 (patch) | |
tree | ba94e6ab95a4bd914cfe2ca07e4cc8d28716dac2 /mountvirtfs.sh | |
parent | 04d1be2a7cfc041d9e36d42b16be27e8c15067f1 (diff) |
Deal with when to print OK or just keep it left out alltogether.
Diffstat (limited to 'mountvirtfs.sh')
-rw-r--r-- | mountvirtfs.sh | 2 |
1 files changed, 0 insertions, 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" |