Update mm-scripts.sh
This commit is contained in:
@@ -221,12 +221,13 @@ MMSTART(){
|
||||
|
||||
|
||||
|
||||
# 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 -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" ]; then
|
||||
#echo -e "${idsCL[LightCyan]}It may take a couple of minutes before all services fully start${idsCL[Default]}"
|
||||
MMSTATUS
|
||||
|
||||
Reference in New Issue
Block a user