Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomTurnschuh <36013390+TomTurnschuh@users.noreply.github.com>2018-09-18 06:55:20 +0300
committernacho <nacho@ownyourbits.com>2018-09-18 07:11:46 +0300
commit14203481c4376be54ecef1b74cb1bbdd1740640f (patch)
tree14b0cae3b3d0b4b2b2a2e981f54d60b6966ed427
parent3479014e79c5aff5687be85bf9b3c3f991e06ded (diff)
spDYN: fix misspelled variablesv0.59.14
-rw-r--r--changelog.md4
-rw-r--r--etc/ncp-config.d/DDNS_spDYN.sh4
2 files changed, 5 insertions, 3 deletions
diff --git a/changelog.md b/changelog.md
index 717cd47e..85699ace 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,7 @@
-[v0.59.13](https://github.com/nextcloud/nextcloudpi/commit/3ccf987) (2018-09-15) spDYN: support IPv6
+[v0.59.14](https://github.com/nextcloud/nextcloudpi/commit/c8992cf) (2018-09-18) spDYN: fix misspelled variables
+
+[v0.59.13](https://github.com/nextcloud/nextcloudpi/commit/3479014) (2018-09-15) spDYN: support IPv6
[v0.59.12](https://github.com/nextcloud/nextcloudpi/commit/241f2e0) (2018-09-07) Change email program from PHP to Sendmail
diff --git a/etc/ncp-config.d/DDNS_spDYN.sh b/etc/ncp-config.d/DDNS_spDYN.sh
index baa79e3b..8543d218 100644
--- a/etc/ncp-config.d/DDNS_spDYN.sh
+++ b/etc/ncp-config.d/DDNS_spDYN.sh
@@ -39,7 +39,7 @@ install()
### Configuration
-IPv6_=$3
+IPv6=$3
# Get current IP address from
if [[ $IPv6 == "yes" ]]; then
@@ -134,7 +134,7 @@ configure()
chmod +x "$CRONFILE"
# First-time execution of update script and print response from spdns.de server
- "$INSTALLPATH"/spdnsUpdater.sh "$DOMAIN_" "$TOKEN_" "IPv6_"
+ "$INSTALLPATH"/spdnsUpdater.sh "$DOMAIN_" "$TOKEN_" "$IPv6_"
# Removes config files and cron job if ACTIVE_ is set to no
elif [[ $ACTIVE_ == "no" ]]; then