Update mm-scripts.sh

This commit is contained in:
2023-04-21 13:53:16 -05:00
parent a8c4f2aa4e
commit b7fc354a1d

View File

@@ -856,7 +856,8 @@ if [ ! -f ${MMFOLDER}/mm.update.stop ]; then
UPDATESERVICE ${2}
;;
update-allservices)
for usrvc in "${SERVICES_CHECK[@]}"; do
# for usrvc in "${SERVICES_CHECK[@]}"; do
for usrvc in "${UPDATE_SERVICES[@]}"; do
[ "${MM_UPDATE_REPO[${usrvc}]}" != "" ] && UPDATESERVICE ${usrvc}
done
;;