ddns-scripts: fix netcup.com readonly variable

The netcup ddns update script fails on subsequent runs because a
readonly variable is assigned again. Fix this by removing the readonly
declaration to allow repeated execution.

Signed-off-by: Tim Flubshi <flubshi@gmail.com>
This commit is contained in:
Tim Flubshi
2026-04-26 17:47:02 +02:00
committed by Florian Eckert
parent 537c2a631d
commit c51e3100fa
@@ -32,7 +32,7 @@
# Constants
# ---------------------------------------------------------------------------
readonly __NETCUP_ENDPOINT="https://ccp.netcup.net/run/webservice/servers/endpoint.php?JSON"
__NETCUP_ENDPOINT="https://ccp.netcup.net/run/webservice/servers/endpoint.php?JSON"
# ---------------------------------------------------------------------------
# Validate required configuration variables