Browse Source

fix: same ``host-resource`` would incorrectly be setup multiple times

This is an obvious typo that would also not break if host resource
setup failed.
test1
Valentin Lab 5 years ago
parent
commit
ffe47e82dd
  1. 2
      bin/compose-core

2
bin/compose-core

@ -1660,7 +1660,7 @@ setup_host_resources () {
## requirements.
continue
fi
setup_host_resource "$service"
setup_host_resource "$subservice" || return 1
loaded[$subservice]=1
done
done

Loading…
Cancel
Save