index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/cleanup | 2 |
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 |