Update nodemgmt-scripts.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user