From a051d6ddcf7c331958223257fac3dcd68830ac12 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Erik=20Hedenstr=C3=B6m?= <erik@codemate.se>
Date: Thu, 31 Jul 2014 16:49:54 +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 0d4462f..9e6f217 100644
--- a/init.sh
+++ b/init.sh
@@ -24,4 +24,4 @@ chown -R root:root $CONFLUENCE_DIR
 env | sort
 echo "$SEPARATOR"
 
-$CONFLUENCE_DIR/bin/start-confluence.sh -fg
+exec $CONFLUENCE_DIR/bin/start-confluence.sh -fg
-- 
GitLab