Browse Source

Back to i min blocking updates

Bob Mottram 7 years ago
parent
commit
164d7ae98d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-pleroma

+ 1
- 1
src/freedombone-app-pleroma View File

@@ -89,7 +89,7 @@ function create_pleroma_blocklist {
89 89
     chmod +x $blocking_script_file
90 90
 
91 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 93
     fi
94 94
 }
95 95