From 347626fd8a9cbc0c06cc0eb2fab9e73a64752a5c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 18 Dec 2020 15:11:06 +0000 Subject: [PATCH] Script to monitor sending of posts --- scripts/sending | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 scripts/sending diff --git a/scripts/sending b/scripts/sending new file mode 100755 index 00000000..79503342 --- /dev/null +++ b/scripts/sending @@ -0,0 +1,2 @@ +#!/bin/bash +journalctl -u epicyon -r | grep "Sending post to followers" \ No newline at end of file