瀏覽代碼

Back to i min blocking updates

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

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

89
     chmod +x $blocking_script_file
89
     chmod +x $blocking_script_file
90
 
90
 
91
     if ! grep -q "$blocking_script_file" /etc/crontab; then
91
     if ! grep -q "$blocking_script_file" /etc/crontab; then
92
-        echo "*/2            * *   *   *   root $blocking_script_file > /dev/null" >> /etc/crontab
92
+        echo "*/1            * *   *   *   root $blocking_script_file > /dev/null" >> /etc/crontab
93
     fi
93
     fi
94
 }
94
 }
95
 
95