Noninteractive php script
This commit is contained in:
parent
eb132448bf
commit
4871fd282b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue