fix: remove accidental commit

This commit is contained in:
p.delpy@dkfz-heidelberg.de 2024-09-12 09:41:19 +02:00
parent 77c870ab22
commit 969f1e7242
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ 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"