diff --git a/docker.sh b/docker.sh index 556c4b63..1dc47a15 100755 --- a/docker.sh +++ b/docker.sh @@ -50,7 +50,9 @@ external_docker(){ startupwait(){ startupwait="${1:-30}" - is_CI && let startupwait*=2 + if is_CI; then + let startupwait*=2 + fi } launch_container(){