mirror of https://gitlab.com/bashrc2/epicyon
unauthorized script
parent
7c6e2c6961
commit
8b5f058a2e
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/bash
|
||||||
|
journalctl -u epicyon | grep 'getJson Unauthorized ' > .unauthorized.txt
|
||||||
|
if [ ! -f .unauthorized.txt ]; then
|
||||||
|
echo 'No unauthorized events'
|
||||||
|
else
|
||||||
|
cat .unauthorized.txt
|
||||||
|
fi
|
Loading…
Reference in New Issue