update script

main
Bob Mottram 2023-08-28 19:01:16 +01:00
parent 0f3ec9eace
commit 0963405272
1 changed files with 1 additions and 1 deletions

View File

@ -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