Update nodemgmt-scripts.sh

This commit is contained in:
2023-11-14 16:36:32 -06:00
parent 6e05f80898
commit d1c0974c21

View File

@@ -513,7 +513,7 @@ UPDATE_DYNDNS(){
printf "%-${width}s- %s\n" " -t|-test" "(tests but does not update records)" printf "%-${width}s- %s\n" " -t|-test" "(tests but does not update records)"
echo "}" echo "}"
exit 0;; exit 0;;
*) LOCATION=${1};; *) [ "${1}" != "q" ] && LOCATION=${1};;
esac esac
shift shift
done done