From e8d5f0c1b4e5f7260c5beaef7751755bfb9d37fc Mon Sep 17 00:00:00 2001 From: Adam Hill Date: Thu, 9 Feb 2017 13:01:34 -0600 Subject: [PATCH] Update start.sh stop printing debug in the docker log down ;) --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 384d30c..9da2bad 100755 --- a/start.sh +++ b/start.sh @@ -1,4 +1,4 @@ -#!/bin/bash -ex +#!/bin/bash -e # Dockerfile variables export IMAGE export ServerIP