This commit is contained in:
2023-02-25 17:51:07 -06:00
parent 728d8e311f
commit f69692ef26
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
VERS='2.02232023' VERS='2.02252023'
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

@@ -300,7 +300,7 @@ PersistentKeepalive = 25" >> /etc/wireguard/wg-torguard.conf
fi fi
echo echo
if [ "${1}" == "check" ] && [ "$(date +%M)" == "50" ]; then if [ "${1}" == "check" ] && [ "$(date +%M)" == "15" ]; then
MMUPDATECHECK MMUPDATECHECK
fi fi