From 7ff504d84dc6baa8ad5aec9fc42476dc2a8fe185 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 18 Feb 2017 12:04:23 +0000 Subject: [PATCH] Clean file table --- 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 118f4f41..a453fe67 100755 --- a/src/freedombone-app-postactiv +++ b/src/freedombone-app-postactiv @@ -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