Noninteractive php script

This commit is contained in:
Bob Mottram 2017-02-18 11:13:26 +00:00
parent eb132448bf
commit 4871fd282b
1 changed files with 1 additions and 1 deletions

View File

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