From 0839fb93c1338c97774a6e73976711113c731740 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 22 Aug 2016 14:39:02 -0700 Subject: [PATCH] Use posix shell instead of bash for run.sh There are no bash specific uses in the script so we can use posix shell. Signed-off-by: Natanael Copa --- script/run/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/run/run.sh b/script/run/run.sh index 6205747af..49baa41c3 100755 --- a/script/run/run.sh +++ b/script/run/run.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # Run docker-compose in a container #