diff options
Diffstat (limited to 'bin/cleanup')
-rwxr-xr-x | bin/cleanup | 2 |
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 |