summaryrefslogtreecommitdiffstats
path: root/db-update
diff options
context:
space:
mode:
Diffstat (limited to 'db-update')
-rwxr-xr-xdb-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-update b/db-update
index ba8c3b5..67f8782 100755
--- a/db-update
+++ b/db-update
@@ -231,5 +231,5 @@ done
if [ -n "$to_add_any" ]; then
/bin/rm $to_add_any
fi
-cleanup
+rm -rf $WORKDIR
# vim: set ts=4 sw=4 noet ft=sh: