From 450634289435d60439baf19ee5602a6e4f74d5fe Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 13 May 2023 22:36:39 -0500 Subject: [PATCH] update --- defaults.inc | 2 +- nodemgmt-scripts.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults.inc b/defaults.inc index 7f5b164b..bc9ee557 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERS='4.6.35-05072023' +VERS='4.6.40-05132023' # NODETYPES=LB NODETYPES=MYSQL,LB,WEB,NC,WPD,LPD,MM,PW diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 5222beeb..65c41eae 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1303,7 +1303,7 @@ GUI(){ update-pushover) UPDATEPUSHOVERINFO;; gui) GUI;; *) - echo -e "All commands followed by '-h' will show addtional info" + echo -e "All commands followed by '-h' will show addtional info. {work-in-progress}" echo echo -e "Usage: ${idsCL[LightCyan]}nodemgmt${idsCL[Default]} {" echo -e " ${idsCL[Yellow]}backup${idsCL[Default]}"