Skip to content

Commit

Permalink
spDYN: initial adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
nacho committed Nov 3, 2017
1 parent 80a25f2 commit 8c70198
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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() {

Expand Down Expand Up @@ -131,6 +131,7 @@ configure()
rm -f "$CRONFILE"
echo "spdnsUpdater is now disabled"
fi
systemctl restart cron
}

# License
Expand Down

0 comments on commit 8c70198

Please sign in to comment.