Update mm-scripts.sh
This commit is contained in:
@@ -909,6 +909,8 @@ UPDATESERVICE(){
|
||||
else
|
||||
echo -e "${idsCL[LightCyan]}Update Not Available${idsCL[Default]}"
|
||||
echo "$(date) - Updating Service (${usrvc}) : Update Not Needed" >> $logfile
|
||||
|
||||
SERVICEBACKUP ${usrvc}
|
||||
fi
|
||||
|
||||
else
|
||||
@@ -995,6 +997,9 @@ UPDATESERVICE(){
|
||||
else
|
||||
echo -e "${idsCL[LightCyan]}Update Not Available${idsCL[Default]}"
|
||||
echo "$(date) - Updating Service (${usrvc}) : Update Not Needed" >> $logfile
|
||||
|
||||
SERVICEBACKUP ${usrvc}
|
||||
|
||||
fi
|
||||
|
||||
elif [ "${MM_UPDATE_REPO[${usrvc}]}" == "systemd" ]; then
|
||||
|
||||
Reference in New Issue
Block a user