From eb3d88b10a0feb302a9fd1ec60a7a92caebb856c Mon Sep 17 00:00:00 2001
From: startxfr <clarue@startx.fr>
Date: Sun, 29 Nov 2015 04:45:26 +0100
Subject: start reshaping nodejs service

---
 Services/apache/sx-httpd.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Services/apache')

diff --git a/Services/apache/sx-httpd.sh b/Services/apache/sx-httpd.sh
index b7d368a..a74e766 100644
--- a/Services/apache/sx-httpd.sh
+++ b/Services/apache/sx-httpd.sh
@@ -36,7 +36,7 @@ function display_container_httpd_header {
     if [ -v CONTAINER_SERVICE ]; then
         echo "| Service     : $CONTAINER_SERVICE"
     fi
-    if [ -v CONTAINER_SERVICE ]; then
+    if [ -v SERVER_NAME ]; then
         echo "| ServerName  : $SERVER_NAME"
     fi
     if [ -v APP_PATH ]; then
-- 
cgit v1.2.3