From 0426b07a589ef255801c5fb5fa0c5cdc968c7cbe Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Mon, 2 Apr 2018 13:37:57 +0900 Subject: [PATCH] - Remove set -e, which prevents execution as soon as a process returns an exit code != 0 --- start_all.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/start_all.sh b/start_all.sh index f2231eb..17d550e 100755 --- a/start_all.sh +++ b/start_all.sh @@ -1,6 +1,5 @@ #!/usr/bin/env bash -set -e set -x GREEN="\\033[1;32m"