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:
-rw-r--r--changelog.md6
-rw-r--r--etc/nextcloudpi-config.d/spDYN.sh (renamed from etc/nextcloudpi-config.d/spdnsUpdaterNCP.sh)3
2 files changed, 7 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md
index 9eadb8d0..db22ed45 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
-[v0.31.28](https://github.com/nextcloud/nextcloudpi/commit/ce81f39) (2017-10-31) build: expand filesystem during first boot
+[v0.32.0](https://github.com/nextcloud/nextcloudpi/commit/6d0651b) (2017-11-03) spDYN: initial adjustments
+
+[v0.31.29](https://github.com/nextcloud/nextcloudpi/commit/727e64f) (2017-11-02) ncp-web: fix timeout in long operations
+
+[v0.31.28](https://github.com/nextcloud/nextcloudpi/commit/0dcc51b) (2017-10-31) build: expand filesystem during first boot
[v0.31.27](https://github.com/nextcloud/nextcloudpi/commit/6df5707) (2017-10-31) nc-backup: check available space
diff --git a/etc/nextcloudpi-config.d/spdnsUpdaterNCP.sh b/etc/nextcloudpi-config.d/spDYN.sh
index 62b41492..7139354d 100644
--- a/etc/nextcloudpi-config.d/spdnsUpdaterNCP.sh
+++ b/etc/nextcloudpi-config.d/spDYN.sh
@@ -16,7 +16,7 @@ TOKEN_=your-spdns-token
INSTALLDIR=spdnsupdater
INSTALLPATH=/usr/local/etc/$INSTALLDIR
CRONFILE=/etc/cron.d/spdnsupdater
-DESCRIPTION="Free Dynamic DNS provider (need account from https://spdyn.de)"
+DESCRIPTION="Free Dynamic DNS provider (need account from spdyn.de)"
install() {
@@ -131,6 +131,7 @@ configure()
rm -f "$CRONFILE"
echo "spdnsUpdater is now disabled"
fi
+ systemctl restart cron
}
# License