release-1.3.2 #18

Merged
scriptos merged 5 commits from release-1.3.2 into master 2026-03-26 22:08:34 +00:00
Showing only changes of commit e89ac156ce - Show all commits

View File

@@ -25,6 +25,8 @@ while true; do
echo "[ip-watcher] Initiale öffentliche IP: ${CURRENT_IP}" echo "[ip-watcher] Initiale öffentliche IP: ${CURRENT_IP}"
fi fi
LAST_IP="$CURRENT_IP" LAST_IP="$CURRENT_IP"
else
echo "[ip-watcher] IP-Prüfung OK: ${CURRENT_IP} (unverändert). Nächste Prüfung in ${INTERVAL}s."
fi fi
sleep "$INTERVAL" sleep "$INTERVAL"