From 7752defaa95fb846875686b5d93e3899209c31d0 Mon Sep 17 00:00:00 2001 From: Joey Pereira Date: Wed, 23 Apr 2014 18:54:05 -0400 Subject: [PATCH] force scripts into bash, only supported shell --- scripts/start.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/start.sh b/scripts/start.sh index fe19e9ea..f73bfaf9 100755 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -1,3 +1,4 @@ +#!/bin/bash # This is the entry point for configuring the system. #####################################################