Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-01 19:40:40 -06:00
parent 5071f0a8e4
commit f4703d098a

View File

@@ -208,7 +208,7 @@ case "$1" in
printf "%-${width}s- %s\n" " -host {IP or FQDN}" "(required if type set to proxy)"
printf "%-${width}s- %s\n" " -port {host port}" "(required if type set to proxy)"
echo "}"
exit 1;;
exit 1
fi
exit 1
;;