Also remove newswire state

merge-requests/8/head
Bob Mottram 2020-10-09 11:38:29 +01:00
parent 85162673f5
commit 5a946e4446
1 changed files with 3 additions and 0 deletions

View File

@ -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