From d9adfdfa7c50ab950cd32b9711337092a8ee4fde Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Mon, 16 Dec 2019 16:19:30 +0100 Subject: [PATCH] chg: dev: implement shellcheck advice !minor Signed-off-by: Valentin Lab --- bin/compose-core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compose-core b/bin/compose-core index 3ee2bd6..cd9a02b 100755 --- a/bin/compose-core +++ b/bin/compose-core @@ -4118,7 +4118,7 @@ case "$action" in esac -if [ "$full_init" ]; then +if [ -n "$full_init" ]; then ## init in order if [[ -z "$no_init" && -z "$no_hooks" ]]; then Section setup host resources