aboutsummaryrefslogtreecommitdiff
path: root/lib/actions/clean.bash
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-03-29 17:37:01 +0200
committerPatrick Spek <p.spek@tyil.nl>2020-03-29 17:37:01 +0200
commit1a3c36278c39a275455a0a524f8a494d90f77324 (patch)
treef071b471f1eb123fe0260974bd22eb759925e3d6 /lib/actions/clean.bash
parent98c35cddda61236ad92e1ba47cf52ab86a1d16f3 (diff)
Consolidate fetch data in fetch_core.txt
Diffstat (limited to 'lib/actions/clean.bash')
-rw-r--r--lib/actions/clean.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/actions/clean.bash b/lib/actions/clean.bash
index 0ed521d..eec2736 100644
--- a/lib/actions/clean.bash
+++ b/lib/actions/clean.bash
@@ -27,5 +27,6 @@ action() {
if [[ $clean_src ]]
then
rm -fr -- "$BASEDIR/src"
+ rm -f -- "$BASEDIR/etc/epoch.txt"
fi
}