mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
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>
(cherry picked from commit c51e3100fa)
This commit is contained in:
committed by
Florian Eckert
parent
81ebb0b3e5
commit
9ec9a2c70b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user