merge-requests/8/head
Bob Mottram 2020-10-09 11:39:13 +01:00
parent 5a946e4446
commit 85a31ccd72
1 changed files with 2 additions and 2 deletions

View File

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