From 5a946e4446ada113194a351aee702b7c8f99ed83 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 9 Oct 2020 11:38:29 +0100 Subject: [PATCH] Also remove newswire state --- scripts/clearnewswire | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/clearnewswire b/scripts/clearnewswire index 1815e9015..8ecee1f0f 100755 --- a/scripts/clearnewswire +++ b/scripts/clearnewswire @@ -2,3 +2,6 @@ rm accounts/news@*/outbox/* rm accounts/news@*/postcache/* rm accounts/news@*/outbox.index +if [ -f accounts/newswirestate.json ]; then + rm accounts/newswirestate.json +fi