From b40b01773b908024f21e71f4c85e6e92c36f8f79 Mon Sep 17 00:00:00 2001 From: Walker Waylon Scott Date: Mon, 10 Jul 2017 11:54:42 -0500 Subject: [PATCH] added #!/bin/bash --- web.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/web.sh b/web.sh index bc36f79..488bf0c 100644 --- a/web.sh +++ b/web.sh @@ -1,2 +1,3 @@ +#!/bin/bash cd src gunicorn pyDataVizDay:app \ No newline at end of file