This commit is contained in:
2023-12-03 23:29:02 -06:00
parent 2373c0bfe9
commit 973fd85aaa
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERS='4.16.38-12032023'
NM_BETA=true
VERS='4.16.39-12032023'
NM_BETA=false
noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns backup-offsitepfsense gui nightlyreview update log betacheck '
CERT_DAEMON='/snap/bin/certbot'

View File

@@ -348,7 +348,7 @@ NODEUPDATES() {
if [[ ${RUN_NODE_IP} == *"${nip}"* ]]; then
nip='localhost '
fi
[ "${betacheck}" == "true" ] && echo -e "Skipping BETA Update" || NODEUPDATE "${nip}" "${2}" "${NMCMD}"
NODEUPDATE "${nip}" "${2}" "${NMCMD}"
done
echo