瀏覽代碼

Clean file table

Bob Mottram 8 年之前
父節點
當前提交
7ff504d84d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-app-postactiv

+ 1
- 1
src/freedombone-app-postactiv 查看文件

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