index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-09-14 16:11:59 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-09-14 16:11:59 +0200 |
commit | 76ed5755d855e1c130d1d0957e797a031f7f9e5f (patch) | |
tree | 2ad05fd79dd34bf02b6220198904f84da14b6aba /bin/cleanup | |
parent | 8a9406336f7a2e03137d5a443a4de62dff02b9f0 (diff) |
-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 |