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.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 0fd3460a..fe2ec69f 100755
--- a/update.sh
+++ b/update.sh
@@ -14,7 +14,7 @@ source /usr/local/etc/library.sh
# fix automount, reinstall if its old version
AMFILE=/usr/local/etc/nextcloudpi-config.d/nc-automount.sh
-grep -q nc-automount-links.service $AMFILE || rm $AMFILE
+grep -q inotify-tools $AMFILE || rm $AMFILE
# copy all files in bin and etc
for file in bin/* etc/*; do