Skip to content
Snippets Groups Projects
Commit 164d7ae9 authored by Bob Mottram's avatar Bob Mottram
Browse files

Back to i min blocking updates

parent 77c21beb
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ function create_pleroma_blocklist {
chmod +x $blocking_script_file
if ! grep -q "$blocking_script_file" /etc/crontab; then
echo "*/2 * * * * root $blocking_script_file > /dev/null" >> /etc/crontab
echo "*/1 * * * * root $blocking_script_file > /dev/null" >> /etc/crontab
fi
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment