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:
Diffstat (limited to 'etc/nextcloudpi-config.d/NFS.sh')
-rw-r--r--etc/nextcloudpi-config.d/NFS.sh19
1 files changed, 7 insertions, 12 deletions
diff --git a/etc/nextcloudpi-config.d/NFS.sh b/etc/nextcloudpi-config.d/NFS.sh
index 415a13cf..e76c78c0 100644
--- a/etc/nextcloudpi-config.d/NFS.sh
+++ b/etc/nextcloudpi-config.d/NFS.sh
@@ -20,6 +20,13 @@ USER_=www-data
GROUP_=www-data
DESCRIPTION="NFS network file system server (for Linux LAN)"
+INFOTITLE="Instructions for external synchronization"
+INFO="If we intend to modify the data folder through NFS,
+then we have to synchronize NextCloud to make it aware of the changes.
+
+This can be done manually or automatically using 'nc-scan' and 'nc-scan-auto'
+from 'nextcloudpi-config'"
+
install()
{
apt-get update
@@ -61,18 +68,6 @@ Alias=portmap
EOF
}
-show_info()
-{
- whiptail --yesno \
- --backtitle "NextCloudPi configuration" \
- --title "Instructions for external synchronization" \
-"If we intend to modify the data folder through NFS,
-then we have to synchronize NextCloud to make it aware of the changes. \n
-This can be done manually or automatically using 'nc-scan' and 'nc-scan-auto'
-from 'nextcloudpi-config'" \
- 20 90
-}
-
configure()
{
[[ $ACTIVE_ != "yes" ]] && {