From dfafb4bc99638ec954ead76c0bf7eaa1932b1ed6 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 31 Dec 2022 16:28:11 -0600 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index cbe3114..e9c9876 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -101,7 +101,7 @@ MMSTART(){ /bin/ip route add default via $(ip route show | grep 0.0.0.0 | cut -d' ' -f 3) fi - if [ "${1}" = "start" ] || [ "${1}" = "" ]; then + if [ ${GOFORSTART} = true ]; then echo -e "${idsCL[Green]} done${idsCL[Default]}" fi