From 8587eaa4ba34769233b96b382b65121e40b9a7f3 Mon Sep 17 00:00:00 2001 From: Oliver V Date: Sun, 18 Nov 2018 18:50:57 +0100 Subject: nc-datadir: clarify usage under info (#717) Following request from user wayneoutthere https://github.com/nextcloud/nextcloudpi/issues/707 @nachoparker let me know if this is the correct way to add to the code: meaning doing pull request against devel? --- changelog.md | 6 ++++-- etc/ncp-config.d/nc-datadir.sh | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index fa11fdff..0bcc66d8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,9 @@ -[v0.66.4](https://github.com/nextcloud/nextcloudpi/commit/d1147a2) (2018-11-11) build: package php7.2-imagick now available +[v0.66.5](https://github.com/nextcloud/nextcloudpi/commit/3c0621e) (2018-11-18) nc-datadir: clarify usage under info (#717) -[v0.66.3](https://github.com/nextcloud/nextcloudpi/commit/d4206f7) (2018-11-11) nc-hdd-test: remove redundancy +[v0.66.4](https://github.com/nextcloud/nextcloudpi/commit/f3666d6) (2018-11-11) build: package php7.2-imagick now available + +[v0.66.3 ](https://github.com/nextcloud/nextcloudpi/commit/d4206f7) (2018-11-11) nc-hdd-test: remove redundancy [v0.66.2 ](https://github.com/nextcloud/nextcloudpi/commit/1b25141) (2018-11-06) dont fail removing cronfile diff --git a/etc/ncp-config.d/nc-datadir.sh b/etc/ncp-config.d/nc-datadir.sh index ba97d2eb..61603da2 100644 --- a/etc/ncp-config.d/nc-datadir.sh +++ b/etc/ncp-config.d/nc-datadir.sh @@ -9,10 +9,12 @@ # DATADIR_=/media/USBdrive/ncdata -DESCRIPTION="Change your data dir to a new location, like a USB drive" +DESCRIPTION="Change your data dir to a new location, like an external USB drive" INFO="Note that non Unix filesystems such as NTFS are not supported -because they do not provide a compatible user/permissions system" +because they do not provide a compatible user/permissions system. +Also please note that the default location, when first installed is /var/www/nextcloud/data. +Move it to the desired location by editing the DATADIR= field, the PATH shown is an example." PHPVER=7.2 -- cgit v1.2.3