Clean file table
This commit is contained in:
parent
3bbec8cf91
commit
7ff504d84d
|
@ -191,7 +191,7 @@ function postactiv_running_script {
|
|||
echo 'fi' >> /etc/cron.hourly/postactiv-daemons
|
||||
echo 'php scripts/delete_orphan_files.php > /dev/null' >> /etc/cron.hourly/postactiv-daemons
|
||||
echo 'php scripts/clean_thumbnails.php -y > /dev/null' >> /etc/cron.hourly/postactiv-daemons
|
||||
echo '# php scripts/cleanup_file_table.php > /dev/null' >> /etc/cron.hourly/postactiv-daemons
|
||||
echo 'php scripts/clean_file_table.php -y > /dev/null' >> /etc/cron.hourly/postactiv-daemons
|
||||
echo '# php scripts/upgrade.php > /dev/null' >> /etc/cron.hourly/postactiv-daemons
|
||||
|
||||
chmod +x /etc/cron.hourly/postactiv-daemons
|
||||
|
|
Loading…
Reference in New Issue