Update mm-scripts.sh

This commit is contained in:
2022-06-04 17:14:34 -05:00
parent f675bae2d3
commit c7971dfd40

View File

@@ -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
}