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 'bin/ncp/CONFIG/nc-previews-auto.sh')
-rw-r--r--bin/ncp/CONFIG/nc-previews-auto.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ncp/CONFIG/nc-previews-auto.sh b/bin/ncp/CONFIG/nc-previews-auto.sh
index 10384530..c18a10e6 100644
--- a/bin/ncp/CONFIG/nc-previews-auto.sh
+++ b/bin/ncp/CONFIG/nc-previews-auto.sh
@@ -43,6 +43,7 @@ PID=\$!
kill -0 "\$PID" &>/dev/null || break
done
pkill -f preview:pre-generate
+ pkill -f preview:generate-all
}
wait "\$PID"
EOF