diff --git a/mm-scripts.sh b/mm-scripts.sh index e396fef..7e02c1a 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -129,11 +129,7 @@ MMSTART(){ rm -f /opt/mm.vpn.fail* echo echo -e "${idsCL[Green]}All services have been started${idsCL[Default]}" - else - echo -e "${idsCL[Red]} failed${idsCL[Default]}" - echo - echo -e "${idsCL[Red]}Could not start the VPN, fix your shit...${idsCL[Default]}" - echo "$(date) - Could not start the VPN, fix your shit..." >> $logfile + fi echo }