From 4871fd282b8074e7b826f753d09e3a3ba8a9ce5d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 18 Feb 2017 11:13:26 +0000 Subject: [PATCH] Noninteractive php script --- src/freedombone-app-postactiv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-app-postactiv b/src/freedombone-app-postactiv index d653cc02..03213fcf 100755 --- a/src/freedombone-app-postactiv +++ b/src/freedombone-app-postactiv @@ -187,7 +187,7 @@ function postactiv_running_script { echo "cd /var/www/${POSTACTIV_DOMAIN_NAME}/htdocs" >> /etc/cron.hourly/postactiv-daemons echo 'php scripts/delete_orphan_files.php' >> /etc/cron.hourly/postactiv-daemons - echo 'php scripts/clean_thumbnails.php' >> /etc/cron.hourly/postactiv-daemons + echo 'php scripts/clean_thumbnails.php -y' >> /etc/cron.hourly/postactiv-daemons echo '# php scripts/cleanup_file_table.php' >> /etc/cron.hourly/postactiv-daemons echo '# php scripts/upgrade.php' >> /etc/cron.hourly/postactiv-daemons