Update mm-scripts.sh
This commit is contained in:
@@ -65,9 +65,10 @@ MMSTART(){
|
||||
echo -e "${idsCL[Green]} done${idsCL[Default]}"
|
||||
echo -en "${idsCL[LightCyan]}${mmsv} Services... ${idsCL[Default]}"
|
||||
for srvc in "${SERVICES_CHECK[@]}"; do
|
||||
/bin/systemctl start ${srvc}
|
||||
/usr/sbin/service start ${srvc}
|
||||
done
|
||||
echo -e "${idsCL[Green]} done${idsCL[Default]}"
|
||||
echo -en "${idsCL[LightCyan]}${mmsv}In may take a couple of minutes before all systems fully start up${idsCL[Default]}"
|
||||
rm -f /opt/mm.stop
|
||||
rm -f /opt/mm.vpn.fail*
|
||||
echo
|
||||
|
||||
Reference in New Issue
Block a user