From 42586535f4fbb06698020d3f023a6f5ca8bfdabb Mon Sep 17 00:00:00 2001 From: Deon George Date: Tue, 8 May 2018 15:45:42 +1000 Subject: [PATCH] Change shell to bash --- start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start b/start index 21f1c15..3961798 100755 --- a/start +++ b/start @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -e role=${CONTAINER_ROLE:-app}