This commit is contained in:
2023-11-25 23:21:11 -06:00
parent 759042b4d3
commit df331fcd2f
2 changed files with 3 additions and 1 deletions

View File

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

View File

@@ -982,8 +982,10 @@ UPDATESERVICE(){
echo -e "${idsCL[Green]}Done${idsCL[Default]}"
[ ! -f ${TMPFOLDER}/vers.info ] && touch ${TMPFOLDER}/vers.info
[ "${usrvc}" == "radarr" ] && /bin/sed -i /${usrvc}3d/d ${TMPFOLDER}/vers.info
/bin/sed -i /${usrvc}/d ${TMPFOLDER}/vers.info
echo "${usrvc}_VER=\"${latest_ver}\"" >> ${TMPFOLDER}/vers.info
[ "${usrvc}" == "radarr" ] && echo "${usrvc}3d_VER=\"${latest_ver}\"" >> ${TMPFOLDER}/vers.info
if [ "${INSTALLSRVC}" != "true" ]; then
echo "$(date) - Updating Service (${usrvc}) : Completed" >> ${MM_LOGFILE}