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 'update.sh')
-rwxr-xr-xupdate.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index 835adac2..8706dde4 100755
--- a/update.sh
+++ b/update.sh
@@ -214,6 +214,11 @@ EOF
systemctl start nc-provisioning
}
+ # adjust services
+ systemctl mask nfs-blkmap
+ grep -q '^ACTIVE_=yes$' /usr/local/etc/nextcloudpi-config.d/samba.sh || \
+ update-rc.d nmbd disable
+
} # end - only live updates
exit 0