From d1c0974c21946dc598596e0d57252ff7f508d007 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 14 Nov 2023 16:36:32 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 4d7d91fc..d9d56ce0 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -513,7 +513,7 @@ UPDATE_DYNDNS(){ printf "%-${width}s- %s\n" " -t|-test" "(tests but does not update records)" echo "}" exit 0;; - *) LOCATION=${1};; + *) [ "${1}" != "q" ] && LOCATION=${1};; esac shift done