Update nodemgmt-scripts.sh
This commit is contained in:
@@ -996,7 +996,7 @@ UPDATE_DYNDNS(){
|
||||
if [ "${2}" != 'q' ]; then
|
||||
cw_spc=20
|
||||
echo -e "${idsCL[LightCyan]}Checking for DYNDNS update at ${1^} ... ${idsCL[Default]}"
|
||||
|
||||
echo
|
||||
msg="Old IP:"; c=0; spc=''; spc1=$((${cw_spc}-${#msg})); until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done
|
||||
echo -en "${idsCL[LightCyan]}${msg}${spc}${idsCL[White]}: ${idsCL[Default]}"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user