Update mm-scripts.sh

This commit is contained in:
2023-07-08 20:28:03 -05:00
parent 83ec0d6490
commit 32c95bd2d8

View File

@@ -982,7 +982,7 @@ UPDATESERVICE(){
mkdir -p /home/user/.config/Prowlarr
rm -f /etc/systemd/system/${usrvc}.service
echo ${SYSTEMD_CONF[$usrvc]} > /etc/systemd/system/${usrvc}.service
systemctl dameon-reload
systemctl daemon-reload
echo "$(date) - Installing Service (${usrvc}) : Completed" >> $logfile
echo -e "${idsCL[Green]}${usrvc^} Service has been Installed${idsCL[Default]}"
fi