aboutsummaryrefslogtreecommitdiff
path: root/lib/actions/clean.bash
diff options
context:
space:
mode:
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
}