Explorar el Código

Clean file table

Bob Mottram hace 8 años
padre
commit
7ff504d84d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/freedombone-app-postactiv

+ 1
- 1
src/freedombone-app-postactiv Ver fichero

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