From 9b98b3094d962e0f5fe0694ee748e8e33b7c0e8d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 10 Oct 2020 20:49:12 +0100 Subject: [PATCH] Current --- scripts/clearnewswire | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/clearnewswire b/scripts/clearnewswire index 5fa01c62..39999724 100755 --- a/scripts/clearnewswire +++ b/scripts/clearnewswire @@ -5,3 +5,6 @@ rm accounts/news@*/outbox.index if [ -f accounts/.newswirestate.json ]; then rm accounts/.newswirestate.json fi +if [ -f accounts/.currentnewswire.json ]; then + rm accounts/.currentnewswire.json +fi