Browse Source

chg: dev: implement shellcheck advice !minor

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

2
bin/compose-core

@ -4118,7 +4118,7 @@ case "$action" in
esac esac
if [ "$full_init" ]; then
if [ -n "$full_init" ]; then
## init in order ## init in order
if [[ -z "$no_init" && -z "$no_hooks" ]]; then if [[ -z "$no_init" && -z "$no_hooks" ]]; then
Section setup host resources Section setup host resources

Loading…
Cancel
Save