This commit is contained in:
2023-06-30 18:06:18 -05:00
parent 08aa7571c0
commit 1a84ff25b8
2 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERS='4.7.144-06232023'
VERS='4.7.147-06302023'
# NODETYPES=WEB
NODETYPES=LB,LPD,MM,MYSQL,NC,PW,WPD,WM,WEB

View File

@@ -1032,11 +1032,11 @@ UPDATE_DYNDNS(){
[ "${2}" != 'q' ] && echo -e "${idsCL[Green]}${1^^} WAN IP has not changed '${OLDIP}' = '${NEWIP}'${idsCL[Default]}"
fi
if [ "${2}" != 'q' ]; then
echo ""
read -n 1 -s -p "Press any key to continue"
echo
fi
# if [ "${2}" != 'q' ]; then
# echo ""
# read -n 1 -s -p "Press any key to continue"
# echo
# fi
fi
}