From c21effb7d7e9cd5bd596cb8cebf549590e1b7729 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Hedenstr=C3=B6m?= <erik@codemate.se> Date: Thu, 31 Jul 2014 16:50:13 +0200 Subject: [PATCH] Added exec to init.sh --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index 836c41c..9ab7a0b 100644 --- a/init.sh +++ b/init.sh @@ -46,4 +46,4 @@ echo "$SEPARATOR" exim4 -v -bdf -q15m & -$JIRA_DIR/bin/start-jira.sh -fg +exec $JIRA_DIR/bin/start-jira.sh -fg -- GitLab