Update mm-scripts.sh

This commit is contained in:
2023-03-25 13:46:53 -05:00
parent ccf8c9188a
commit f11d29084f

View File

@@ -658,10 +658,10 @@ UPDATESERVICE(){
/bin/systemctl start ${usrvc} >> ${MMFOLDER}/logs/${usrvc}.update
[ "${usrvc}" == "radarr" ] && /bin/systemctl start radarr3d >> ${MMFOLDER}/logs/${usrvc}.update
echo -e "${idsCL[Green]}Done${idsCL[Default]}"
else
echo -e "${idsCL[LightCyan]}Skipping${idsCL[Default]}"
fi
echo -e "${idsCL[LightCyan]}Skipping${idsCL[Default]}"
rm -f ${MMFOLDER}/mm.update.stop
echo "$(date) - Updating Service (${usrvc}) : Completed" >> $logfile