fix: re-add modules

This commit is contained in:
p.delpy@dkfz-heidelberg.de
2024-09-12 09:24:48 +02:00
parent 735e064b03
commit f0bdb5c146
4 changed files with 12 additions and 2 deletions

View File

@ -10,6 +10,7 @@ if [ "$AUTO_HOUSEKEEPING" == "true" ]; then
docker system prune -a -f
else
A="$A Not cleaning docker images since BK is not running."
docker system prune -f
fi
hc_send log "$A"
log INFO "$A"