diff --git a/mm-scripts.sh b/mm-scripts.sh index 02d419c..e4151f7 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -49,6 +49,7 @@ MMSTART(){ done rm -f /opt/mm.stop rm -f /opt/mm.vpn.fail* + echo -e "${idsCL[Green]}All services have been started${idsCL[Default]}" } MMSTOP(){ @@ -66,7 +67,7 @@ MMSTOP(){ fi done /usr/sbin/service openvpn stop - + echo -e "${idsCL[Red]}All services have been stopped${idsCL[Default]}" }