Bob Mottram před 8 roky
rodič
revize
7ff504d84d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      src/freedombone-app-postactiv

+ 1
- 1
src/freedombone-app-postactiv Zobrazit soubor

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