Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/previewgenerator.sh')
-rw-r--r--apps/previewgenerator.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/previewgenerator.sh b/apps/previewgenerator.sh
index cae8308b..435e68f2 100644
--- a/apps/previewgenerator.sh
+++ b/apps/previewgenerator.sh
@@ -225,7 +225,7 @@ then
# Pre generate everything
occ_command preview:generate-all
else
- while true
+ while :
do
PREVIEW_USER=$(input_box "Enter the Nextcloud user for which you want to run the Preview Generation (as a scheluded task)")
if [ -z "$(occ_command user:list | grep "$PREVIEW_USER" | awk '{print $3}')" ]