Update mm-scripts.sh

This commit is contained in:
2023-02-25 16:16:15 -06:00
parent 102a4d38eb
commit 13a2a96e5a

View File

@@ -270,12 +270,12 @@ PersistentKeepalive = 25" >> /etc/wireguard/wg-torguard.conf
echo -en "${idsCL[LightCyan]}${mmsv} Services... ${idsCL[Default]}"
for srvc in "${SERVICES_CHECK[@]}"; do
/bin/systemctl start ${srvc}
done
echo -e "${idsCL[Green]} done${idsCL[Default]}"
echo
# echo -en "${idsCL[LightCyan]}${mmsv} Services... ${idsCL[Default]}"
# for srvc in "${SERVICES_CHECK[@]}"; do
# /bin/systemctl start ${srvc}
# done
# echo -e "${idsCL[Green]} done${idsCL[Default]}"
# echo
if [ "${1}" == "start" ] || [ "${1}" == "restart" ]; then
#echo -e "${idsCL[LightCyan]}It may take a couple of minutes before all services fully start${idsCL[Default]}"