remove preview as it's installed already

This commit is contained in:
Daniel Hansson 2017-08-08 10:40:32 +02:00 committed by GitHub
parent 5c835b7218
commit e2e0d478dc

View File

@ -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