From 5ced21e2a4466dcd708352f364e0d1f37d6fbc82 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 4 Mar 2019 21:09:59 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 5bbdd301..434e16bb 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1599,6 +1599,7 @@ if [ ${action-x} ]; then service) SERVICE ${2} ${3};; services) SERVICES;; haproxy-config) HAPROXY-CONFIG;; + keepalive-config) KEEPALIVE-CONFIG;; gui) GUI;; *) echo -e "Usage: ${idsCL[Yellow]}nodemgmt${idsCL[Default]} { ${idsCL[Yellow]}service${idsCL[Default]} [service] [action] | ${idsCL[Yellow]}status${idsCL[Default]} | ${idsCL[Yellow]}newcert${idsCL[Default]} [domain(,s)] | ${idsCL[Yellow]}certrenew${idsCL[Default]} }"