mirror of https://gitlab.com/bashrc2/epicyon
Script to show key failures
parent
9c7895e43a
commit
8bbedaa3c1
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
journalctl -u epicyon | grep 'could not be' > .keyfailures.txt
|
||||
if [ ! -f .keyfailures.txt ]; then
|
||||
echo 'No key failures'
|
||||
else
|
||||
cat .keyfailures.txt
|
||||
fi
|
Loading…
Reference in New Issue