Update mm-scripts.sh
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user