mirror of https://github.com/samply/bridgehead.git
fix: remove accidental commit
This commit is contained in:
parent
77c870ab22
commit
969f1e7242
|
@ -10,7 +10,6 @@ if [ "$AUTO_HOUSEKEEPING" == "true" ]; then
|
||||||
docker system prune -a -f
|
docker system prune -a -f
|
||||||
else
|
else
|
||||||
A="$A Not cleaning docker images since BK is not running."
|
A="$A Not cleaning docker images since BK is not running."
|
||||||
docker system prune -f
|
|
||||||
fi
|
fi
|
||||||
hc_send log "$A"
|
hc_send log "$A"
|
||||||
log INFO "$A"
|
log INFO "$A"
|
||||||
|
|
Loading…
Reference in New Issue