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-27 04:35:33 +0300
committernachoparker <nacho@ownyourbits.com>2018-11-27 04:35:33 +0300
commit5278bfd37fbd109cdfcd6ec1e0402d34803aa199 (patch)
tree0273eb0c0900c341856b44d62077f0bddb845a7a
parent5e4be44142c5748b0fa2e6f7a81333289bd4dde2 (diff)
nc-datadir: shorten short descriptionv0.67.3
-rw-r--r--etc/ncp-config.d/nc-database.sh2
-rw-r--r--etc/ncp-config.d/nc-datadir.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/ncp-config.d/nc-database.sh b/etc/ncp-config.d/nc-database.sh
index 7b0e8c86..9e8f8204 100644
--- a/etc/ncp-config.d/nc-database.sh
+++ b/etc/ncp-config.d/nc-database.sh
@@ -9,7 +9,7 @@
#
DBDIR_=/media/USBdrive/ncdatabase
-DESCRIPTION="This utility allows you to move your database to a new location, like an external USB drive."
+DESCRIPTION="Move your database to a new location, like a USB drive"
INFO="Note that non Unix filesystems such as NTFS are not supported
because they do not provide a compatible user/permissions system.
diff --git a/etc/ncp-config.d/nc-datadir.sh b/etc/ncp-config.d/nc-datadir.sh
index 61603da2..9e056789 100644
--- a/etc/ncp-config.d/nc-datadir.sh
+++ b/etc/ncp-config.d/nc-datadir.sh
@@ -9,7 +9,7 @@
#
DATADIR_=/media/USBdrive/ncdata
-DESCRIPTION="Change your data dir to a new location, like an external USB drive"
+DESCRIPTION="Change your data dir to a new location, like a USB drive"
INFO="Note that non Unix filesystems such as NTFS are not supported
because they do not provide a compatible user/permissions system.