mirror of https://gitlab.com/bashrc2/epicyon
Show all blocked events
parent
b6865be910
commit
0a368beacb
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
journalctl -u epicyon | grep 'get_json Forbidden ' > .blocked_events.txt
|
||||
journalctl -u epicyon | grep -i 'get_json forbidden \|blocked' > .blocked_events.txt
|
||||
if [ ! -f .blocked_events.txt ]; then
|
||||
echo 'No blocking events'
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue