From 7ee5c89ff2879e65d27330ab1828bfc00d317496 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 18 Dec 2020 11:54:14 +0000 Subject: [PATCH] Script to check sending updates --- scripts/checkupdate | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 scripts/checkupdate diff --git a/scripts/checkupdate b/scripts/checkupdate new file mode 100755 index 000000000..278a76fb1 --- /dev/null +++ b/scripts/checkupdate @@ -0,0 +1,2 @@ +#!/bin/bash +journalctl -u epicyon -r | grep "Sending profile update to\|a shared inbox" \ No newline at end of file