mirror of https://gitlab.com/bashrc2/epicyon
Clear mirrored news
parent
3e08f63cdb
commit
3d629a1287
|
@ -2,6 +2,9 @@
|
||||||
rm accounts/news@*/outbox/*
|
rm accounts/news@*/outbox/*
|
||||||
rm accounts/news@*/postcache/*
|
rm accounts/news@*/postcache/*
|
||||||
rm accounts/news@*/outbox.index
|
rm accounts/news@*/outbox.index
|
||||||
|
if [ -d accounts/newsmirror ]; then
|
||||||
|
rm -rf accounts/newsmirror
|
||||||
|
fi
|
||||||
if [ -f accounts/.newswirestate.json ]; then
|
if [ -f accounts/.newswirestate.json ]; then
|
||||||
rm accounts/.newswirestate.json
|
rm accounts/.newswirestate.json
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue