summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-09-14 16:11:59 +0200
committerErich Eckner <git@eckner.net>2018-09-14 16:11:59 +0200
commit76ed5755d855e1c130d1d0957e797a031f7f9e5f (patch)
tree2ad05fd79dd34bf02b6220198904f84da14b6aba /bin
parent8a9406336f7a2e03137d5a443a4de62dff02b9f0 (diff)
downloadbuilder-76ed5755d855e1c130d1d0957e797a031f7f9e5f.tar.xz
bin/cleanup: remove impossible TODO
Diffstat (limited to 'bin')
-rwxr-xr-xbin/cleanup2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/cleanup b/bin/cleanup
index fe4f34e..56d88cb 100755
--- a/bin/cleanup
+++ b/bin/cleanup
@@ -7,8 +7,6 @@
# shellcheck source=../lib/load-configuration
. "${0%/*}/../lib/load-configuration"
-# TODO: clean database, too
-
# we only clean if run interactive or if no one is logged in
if ! tty -s && \
[ -n "$(users)" ]; then