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>2017-06-25 19:03:05 +0300
committernachoparker <nacho@ownyourbits.com>2017-06-28 18:44:00 +0300
commit36b3f49d3512b29c19b8b2c5a57517468e842f0d (patch)
tree08ee0d2c00edccd265827678f64d2c5f1867b25b
parent709cd60612516d128a6c8878548a26a352ae33e4 (diff)
More warnings for nc-databasev0.14.2
-rw-r--r--etc/nextcloudpi-config.d/nc-database.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/nextcloudpi-config.d/nc-database.sh b/etc/nextcloudpi-config.d/nc-database.sh
index 0bde71fb..e8e7a923 100644
--- a/etc/nextcloudpi-config.d/nc-database.sh
+++ b/etc/nextcloudpi-config.d/nc-database.sh
@@ -24,7 +24,13 @@ show_info()
--backtitle "NextCloudPi configuration" \
--title "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
+
+You need to use a USB drive that is permanently on and is responsive
+or the database will fail.
+
+** If it ever fails with a white page, move the database back to the SD **
+" \
20 90
}