epicyon/scripts/clearnewswire

14 lines
345 B
Bash
Executable File

#!/bin/bash
rm accounts/news@*/outbox/*
rm accounts/news@*/postcache/*
rm accounts/news@*/outbox.index
if [ -d accounts/newsmirror ]; then
rm -rf accounts/newsmirror
fi
if [ -f accounts/.newswirestate.json ]; then
rm accounts/.newswirestate.json
fi
if [ -f accounts/.currentnewswire.json ]; then
rm accounts/.currentnewswire.json
fi