From 5aeb83cb44fecb615f58da26faa1c3ac2453c05e Mon Sep 17 00:00:00 2001 From: nachoparker Date: Sun, 18 Nov 2018 11:30:56 -0700 Subject: nc-static-IP: clarify usage --- changelog.md | 2 +- etc/ncp-config.d/nc-static-IP.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 0bcc66d8..18b969f1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,5 @@ -[v0.66.5](https://github.com/nextcloud/nextcloudpi/commit/3c0621e) (2018-11-18) nc-datadir: clarify usage under info (#717) +[v0.66.6](https://github.com/nextcloud/nextcloudpi/commit/c2eaf06) (2018-11-18) nc-static-IP: clarify usage [v0.66.4](https://github.com/nextcloud/nextcloudpi/commit/f3666d6) (2018-11-11) build: package php7.2-imagick now available diff --git a/etc/ncp-config.d/nc-static-IP.sh b/etc/ncp-config.d/nc-static-IP.sh index 7adad523..7598f63e 100644 --- a/etc/ncp-config.d/nc-static-IP.sh +++ b/etc/ncp-config.d/nc-static-IP.sh @@ -11,7 +11,7 @@ ACTIVE_=no IP_=192.168.1.130 -DESCRIPTION="Set up a static IP address (on), or DHCP (off)" +DESCRIPTION="Set up a static IP address (ACTIVE=yes), or DHCP (ACTIVE=no)" configure() { -- cgit v1.2.3