update
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
VERS='4.16.37-12032023'
|
||||
VERS='4.16.38-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 '
|
||||
|
||||
@@ -336,7 +336,7 @@ NODEUPDATES() {
|
||||
if [ "${2}" != "sync" ]; then
|
||||
c=0; spca=''; spc1=${cw}-25; until [ $c = ${spc1} ]; do spca="${spca} "; c=`expr $c + 1`; done
|
||||
echo -en "Updating Node-Manager[${NM_NODEMANAGER}]${spca} ~ ${idsCL[LightCyan]}NodeMGMT${idsCL[Default]} : "
|
||||
[ "${betacheck}" == "true" ] && echo -e "Skipping BETA Update" || ${NMCMD} "nodemgmt update"
|
||||
[ "${betacheck}" == "true" ] && echo -e "Skipping BETA Update" || ${NMCMD} "nodemgmt update q"
|
||||
fi
|
||||
|
||||
echo
|
||||
@@ -389,7 +389,7 @@ NODEUPDATE(){
|
||||
elif [ ${noup} -eq 1 ]; then
|
||||
echo -e "${idsCL[Green]}Already Installed${idsCL[Default]}"
|
||||
else
|
||||
${NCMD} "nodemgmt update"
|
||||
${NCMD} "nodemgmt update q"
|
||||
fi
|
||||
else
|
||||
echo -en " ~ ${idsCL[LightCyan]}Sync Shared Nodemgmt Defaults${idsCL[Default]} : "
|
||||
|
||||
Reference in New Issue
Block a user