Przeglądaj źródła

Clean file table

Bob Mottram 8 lat temu
rodzic
commit
7ff504d84d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/freedombone-app-postactiv

+ 1
- 1
src/freedombone-app-postactiv Wyświetl plik

191
     echo 'fi' >> /etc/cron.hourly/postactiv-daemons
191
     echo 'fi' >> /etc/cron.hourly/postactiv-daemons
192
     echo 'php scripts/delete_orphan_files.php > /dev/null' >> /etc/cron.hourly/postactiv-daemons
192
     echo 'php scripts/delete_orphan_files.php > /dev/null' >> /etc/cron.hourly/postactiv-daemons
193
     echo 'php scripts/clean_thumbnails.php -y > /dev/null' >> /etc/cron.hourly/postactiv-daemons
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
     echo '# php scripts/upgrade.php > /dev/null' >> /etc/cron.hourly/postactiv-daemons
195
     echo '# php scripts/upgrade.php > /dev/null' >> /etc/cron.hourly/postactiv-daemons
196
 
196
 
197
     chmod +x /etc/cron.hourly/postactiv-daemons
197
     chmod +x /etc/cron.hourly/postactiv-daemons