Back to i min blocking updates
This commit is contained in:
parent
77c21beb58
commit
164d7ae98d
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue