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