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