epicyon/scripts/clearnewswire

8 lines
187 B
Plaintext
Raw Normal View History

2020-10-08 15:25:06 +00:00
#!/bin/bash
rm accounts/news@*/outbox/*
rm accounts/news@*/postcache/*
rm accounts/news@*/outbox.index
2020-10-09 10:39:13 +00:00
if [ -f accounts/.newswirestate.json ]; then
rm accounts/.newswirestate.json
2020-10-09 10:38:29 +00:00
fi