|
@@ -191,7 +191,7 @@ function postactiv_running_script {
|
191
|
191
|
echo 'fi' >> /etc/cron.hourly/postactiv-daemons
|
192
|
192
|
echo 'php scripts/delete_orphan_files.php > /dev/null' >> /etc/cron.hourly/postactiv-daemons
|
193
|
193
|
echo 'php scripts/clean_thumbnails.php -y > /dev/null' >> /etc/cron.hourly/postactiv-daemons
|
194
|
|
- echo '# php scripts/cleanup_file_table.php > /dev/null' >> /etc/cron.hourly/postactiv-daemons
|
|
194
|
+ echo 'php scripts/clean_file_table.php -y > /dev/null' >> /etc/cron.hourly/postactiv-daemons
|
195
|
195
|
echo '# php scripts/upgrade.php > /dev/null' >> /etc/cron.hourly/postactiv-daemons
|
196
|
196
|
|
197
|
197
|
chmod +x /etc/cron.hourly/postactiv-daemons
|