Browse Source

fix: ``--no-hooks`` was not fully implemented

Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
lokavaluto/dev/master
Valentin Lab 5 years ago
parent
commit
1af2ae3312
  1. 2
      bin/compose-core

2
bin/compose-core

@ -4120,7 +4120,7 @@ esac
if [ "$full_init" ]; then
## init in order
if [ -z "$no_init" ]; then
if [[ -z "$no_init" && -z "$no_hooks" ]]; then
Section setup host resources
setup_host_resources "${services_args[@]}" || exit 1
Section initialisation

Loading…
Cancel
Save