Update mm-scripts.sh

This commit is contained in:
2023-05-03 21:42:36 -05:00
parent e3d2f97aef
commit d9066682a2

View File

@@ -1472,7 +1472,7 @@ if [ ! -f ${TMPFOLDER}/mm.update.stop ]; then
update);; update);;
update-list) SHOWSRVCUPDATES;; update-list) SHOWSRVCUPDATES;;
update-service) UPDATESERVICE ${2};; update-service) UPDATESERVICE ${2} ${3};;
update-allservices) update-allservices)
# for usrvc in "${SERVICES_CHECK[@]}"; do # for usrvc in "${SERVICES_CHECK[@]}"; do
for usrvc in "${UPDATE_SERVICES[@]}"; do for usrvc in "${UPDATE_SERVICES[@]}"; do