fix domain and checkintervall view on menu

This commit is contained in:
2026-02-01 10:27:04 +01:00
parent 3e7c3efc5a
commit 5ca7cd773c

View File

@@ -288,8 +288,9 @@ watcher_management() {
docker restart "$REAL_CONTAINER_NAME"
;;
5)
[ -f "$ENV_PATH" ] && source "$ENV_PATH"
echo -e "\n\n--- $(gettext "DynDNS & Notification Settings") ---"
echo -e "$(gettext "Current Domain:") ${GREEN}${MY_DOMAIN:-N/A}${NORMAL}"
echo -e "$(gettext "Current Domain:") ${GREEN}${MY_DOMAIN}${NORMAL}"
echo -e "$(gettext "Current Interval:") ${GREEN}${CHECK_INTERVAL}${NORMAL}s"
read -p "$(gettext "New Domain (Leave empty to skip): ")" NEW_DOM