mirror of https://gitlab.com/bashrc2/epicyon
Images script
parent
5bdd859190
commit
782cee6279
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/bash
|
||||||
|
journalctl -u epicyon | grep 'image binary\|favicon is not an image' > .image.txt
|
||||||
|
if [ ! -f .image.txt ]; then
|
||||||
|
echo 'No image warnings'
|
||||||
|
else
|
||||||
|
cat .image.txt
|
||||||
|
fi
|
Loading…
Reference in New Issue