Don't delete docker images if BK is not running

This commit is contained in:
Martin Lablans
2023-03-08 10:37:37 +01:00
parent 0ff153ef22
commit 380511d3bb
3 changed files with 11 additions and 4 deletions

View File

@ -73,7 +73,8 @@ case "$ACTION" in
exec $COMPOSE -p bridgehead-$PROJECT -f ./$PROJECT/docker-compose.yml $OVERRIDE down
;;
is-running)
exit bk_is_running
bk_is_running
exit $?
;;
update)
loadVars