This commit is contained in:
2023-04-29 18:00:44 -05:00
parent 917006acc5
commit 7588f56a77
2 changed files with 25 additions and 23 deletions

View File

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

View File

@@ -970,6 +970,7 @@ SHOWSRVCUPDATES(){
DIVIDER . lightGreen DIVIDER . lightGreen
for usrvc in "${UPDATE_SERVICES[@]}"; do for usrvc in "${UPDATE_SERVICES[@]}"; do
if [ "${usrvc}" != "organizr" ]; then
if [ "${MM_UPDATE_REPO[${usrvc}]}" == "systemd" ]; then if [ "${MM_UPDATE_REPO[${usrvc}]}" == "systemd" ]; then
repo_ver=`dpkg -s ${usrvc} | grep Version` repo_ver=`dpkg -s ${usrvc} | grep Version`
@@ -997,6 +998,7 @@ SHOWSRVCUPDATES(){
# echo ${beta_url} # echo ${beta_url}
echo echo
echo echo
fi
done done
} }