diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 8e40931d..472d549d 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -2341,6 +2341,7 @@ if [ ${action-x} ]; then echo -e "${idsCL[LightYellow]}Status check already running, please wait and try again${idsCL[Default]}" echo fi;; + checkdocker) CHECK_DOCKER_SERVICES ${2};; status-check) STATUS-CHECK ${2};; set-permissions) SET-PERMISSIONS ${2};; service)