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