mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
remove preview as it's installed already
This commit is contained in:
parent
5c835b7218
commit
e2e0d478dc
@ -13,14 +13,4 @@ true
|
||||
DEBUG=0
|
||||
debug_mode
|
||||
|
||||
exists="$(crontab -l -u www-data | grep -q 'preview' && echo 'yes' || echo 'no')"
|
||||
if [ "$exists" = "yes" ]
|
||||
then
|
||||
sleep 1
|
||||
else
|
||||
# Install preview generator
|
||||
run_app_script previewgenerator
|
||||
bash $SECURE & spinner_loading
|
||||
fi
|
||||
|
||||
exit
|
||||
|
||||
Loading…
Reference in New Issue
Block a user