This commit is contained in:
2023-04-29 19:55:40 -05:00
parent 1c820fbfcb
commit 01d6f01ee4
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERS='3.8.150-04232023'
VERS='3.8.154-04232023'
MMFOLDER="/opt/idssys/mediamanager"
MMSRV=$(/sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1)

View File

@@ -969,11 +969,11 @@ UPDATESERVICE(){
echo "$(date) - Updating Service (${usrvc}) : Completed" >> $logfile
echo -e "${idsCL[Green]}${usrvc^} Service has been updated${idsCL[Default]}"
else
echo -e "${idsCL[Red]}Not currently available to update${idsCL[Default]}"
fi
else
echo -e "${idsCL[Red]}Not currently available to update${idsCL[Default]}"
fi
else