summaryrefslogtreecommitdiff
path: root/bin/cleanup
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-02-01 11:51:58 +0100
committerErich Eckner <git@eckner.net>2018-02-01 11:51:58 +0100
commit8d3d7cabdad3b873722064632968f3ce916b3e99 (patch)
treed213fce4bf02db2789c5f292287ccb4faa1998a7 /bin/cleanup
parentb8a0ed85a347f35a6c34723f80b4a7355f577785 (diff)
downloadbuilder-8d3d7cabdad3b873722064632968f3ce916b3e99.tar.xz
add many mysql-TODOs
Diffstat (limited to 'bin/cleanup')
-rwxr-xr-xbin/cleanup2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/cleanup b/bin/cleanup
index 78daece..15b6fc9 100755
--- a/bin/cleanup
+++ b/bin/cleanup
@@ -5,6 +5,8 @@
# shellcheck source=conf/default.conf
. "${0%/*}/../conf/default.conf"
+# TODO: clean database, too
+
# we only clean if run interactive or if no one is logged in
if ! tty -s && \
[ -n "$(users)" ]; then