Update nodemgmt-scripts.sh

This commit is contained in:
2023-11-14 16:45:16 -06:00
parent 46fe90bc59
commit 270356878d

View File

@@ -574,7 +574,7 @@ UPDATE_DYNDNS(){
fi
echo -e "${idsCL[Green]}Done${idsCL[Default]}"
else
echo "Missing DYNDNS username and/or password (NM_DYNUSER=${NM_DYNUSER}) (NM_DYNPASS=${NM_DYNPASS})"
echo -e "\n\n${idsCL[LightRed]}Missing DYNDNS username and/or password (NM_DYNUSER=${NM_DYNUSER}) (NM_DYNPASS=${NM_DYNPASS})\n"
# SENDNOTICE "${LOCATION^^} DYNDNS ERROR" "Missing DYNDNS username or password (NM_DYNUSER=${NM_DYNUSER}) (NM_DYNPASS=${NM_DYNPASS})" 1
exit 1
fi