From 81508fb710cd7f043f87596b086b1c0973c51787 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 24 Aug 2016 00:26:09 +0200 Subject: [PATCH] Use bash --- app/scripts/app.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/app.sh b/app/scripts/app.sh index 4abdaee0..21dfa066 100644 --- a/app/scripts/app.sh +++ b/app/scripts/app.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # paths app='/srv/app' -- 2.39.5