This commit is contained in:
2023-05-29 22:25:10 -05:00
parent a74e0a8a40
commit 44cbc548f1
2 changed files with 2 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERS='3.8.229-05282023'
VERS='3.8.230-05282023'
MMFOLDER="/opt/idssys/mediamanager"
TMPFOLDER="${MMFOLDER}/.tmp"

View File

@@ -425,7 +425,7 @@ MMSTART(){
done
if ([ "${checkport}" == "" ] || [ "${tryupdate}" == "true" ]) && [ "${MM_UPDATE_REPO[${srvc}]}" != "" ]; then
UPDATESERVICE ${srvc} >/dev/null 2>&1
UPDATESERVICE service ${srvc} -f >/dev/null 2>&1
echo -e "${idsCL[Green]}Done${idsCL[Default]}"
elif [ "${tryupdate}" == "true" ]; then
@@ -434,7 +434,6 @@ MMSTART(){
[ "${checkport}" != "" ] && rm -f ${TMPFOLDER}/mm.${srvc}.starting >/dev/null 2>&1
fi
done
echo -e "${idsCL[Green]}Done${idsCL[Default]}"
elif [ -f ${TMPFOLDER}/mm.noservices ]; then