From 76ed5755d855e1c130d1d0957e797a031f7f9e5f Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 14 Sep 2018 16:11:59 +0200 Subject: bin/cleanup: remove impossible TODO --- bin/cleanup | 2 -- 1 file changed, 2 deletions(-) (limited to 'bin') 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 -- cgit v1.2.3-54-g00ecf