diff --git a/mm-scripts.sh b/mm-scripts.sh index 5bada78..955e853 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -1000,7 +1000,7 @@ UPDATESERVICE(){ echo -e "${idsCL[Green]}${usrvc^} Service has been Installed${idsCL[Default]}" fi - # SERVICEBACKUPSTART ${usrvc} + SERVICEBACKUPSTART ${usrvc} else echo -e "${idsCL[LightCyan]}Update Not Available${idsCL[Default]}" @@ -1167,7 +1167,7 @@ SERVICEBACKUP(){ ([ "${3}" == "true" ] || [ "${2}" == "true" ] || [ "${1}" == "true" ]) && SERVICEBACKUPSTART ${usrvc} - [ "${usrvc}" == "radarr" ] && SERVICEBACKUP ${usrvc}3d ${2} ${3} + [ "${usrvc}" == "radarr" ] && echo -e "${idsCL[Green]}Radarr3D Backup${idsCL[Default]}" && SERVICEBACKUP ${usrvc}3d ${2} ${3} fi }