From 39175d2637bc0b84b4d79f94eb4dae68cbce3a65 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 16 Jul 2023 22:38:49 -0500 Subject: [PATCH] update --- defaults.inc | 2 +- install.sh | 1 + run.sh | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/defaults.inc b/defaults.inc index a3a89c42..edb3e267 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,5 +1,5 @@ #!/usr/bin/env bash -VERS='4.10.5-07162023' +VERS='4.10.10-07162023' noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns ' CERT_DAEMON='/snap/bin/certbot' diff --git a/install.sh b/install.sh index ab9fa666..e8068f37 100755 --- a/install.sh +++ b/install.sh @@ -13,6 +13,7 @@ $APTFUNC -y install wget curl git set -eu git clone https://git.schroedercity.com/voltron/NodeMgmt.git /opt/idssys/nodemgmt ln -s /opt/idssys/nodemgmt/run.sh /usr/local/bin/nodemgmt +/bin/chmod +x /opt/idssys/nodemgmt/*.sh if [ ! -d "/opt/idssys/defaults" ]; then set -eu diff --git a/run.sh b/run.sh index 8fcf3e97..8ec98c55 100755 --- a/run.sh +++ b/run.sh @@ -46,7 +46,7 @@ if [ "${1}" == "update" ]; then git prune >/dev/null 2>&1 git pull >/dev/null 2>&1 git submodule update --remote >/dev/null 2>&1 - /bin/chmod +x /opt/idssys/nodemgmt/nodemgmt-scripts.sh 2>&1 + /bin/chmod +x /opt/idssys/nodemgmt/*.sh 2>&1 source ${NM_FOLDER}/defaults.inc if [ "${2}" != "q" ]; then echo -en "\e[1A";