From dc2418e532b17a8d4507c3c2b4b335da3372df5f Mon Sep 17 00:00:00 2001 From: Michael Parks Date: Thu, 15 Aug 2013 11:06:48 -0600 Subject: [PATCH] Start script needs bash instead of sh for root arguments --- bin/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/run.sh b/bin/run.sh index 41a8090d..83b07a37 100755 --- a/bin/run.sh +++ b/bin/run.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash #Move to the folder where ep-lite is installed cd `dirname $0`