소스 검색

Noninteractive php script

Bob Mottram 8 년 전
부모
커밋
4871fd282b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/freedombone-app-postactiv

+ 1
- 1
src/freedombone-app-postactiv 파일 보기

@@ -187,7 +187,7 @@ function postactiv_running_script {
187 187
 
188 188
     echo "cd /var/www/${POSTACTIV_DOMAIN_NAME}/htdocs" >> /etc/cron.hourly/postactiv-daemons
189 189
     echo 'php scripts/delete_orphan_files.php' >> /etc/cron.hourly/postactiv-daemons
190
-    echo 'php scripts/clean_thumbnails.php' >> /etc/cron.hourly/postactiv-daemons
190
+    echo 'php scripts/clean_thumbnails.php -y' >> /etc/cron.hourly/postactiv-daemons
191 191
     echo '# php scripts/cleanup_file_table.php' >> /etc/cron.hourly/postactiv-daemons
192 192
     echo '# php scripts/upgrade.php' >> /etc/cron.hourly/postactiv-daemons
193 193