mirror of https://gitlab.com/bashrc2/epicyon
Accept events
parent
3b9be7e630
commit
0f3ec9eace
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
journalctl -u epicyon | grep -i ' Accept ' > .accept_events.txt
|
||||
if [ ! -f .accept_events.txt ]; then
|
||||
echo 'No Accept events'
|
||||
else
|
||||
cat .accept_events.txt
|
||||
fi
|
Loading…
Reference in New Issue