From 85a31ccd72859e56facc0cfd9ce072d60fa63556 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 9 Oct 2020 11:39:13 +0100 Subject: [PATCH] Dotfile --- scripts/clearnewswire | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/clearnewswire b/scripts/clearnewswire index 8ecee1f0f..5fa01c627 100755 --- a/scripts/clearnewswire +++ b/scripts/clearnewswire @@ -2,6 +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 +if [ -f accounts/.newswirestate.json ]; then + rm accounts/.newswirestate.json fi