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:
authornachoparker <nacho@ownyourbits.com>2018-11-18 21:30:56 +0300
committernachoparker <nacho@ownyourbits.com>2018-11-18 21:31:00 +0300
commit5aeb83cb44fecb615f58da26faa1c3ac2453c05e (patch)
treee186ce7663a06e2bc5cd8e609a1e936be46992e8
parentc70dd17a4d701f8ce396055237c58918e099c948 (diff)
nc-static-IP: clarify usagev0.66.6
-rw-r--r--changelog.md2
-rw-r--r--etc/ncp-config.d/nc-static-IP.sh2
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()
{