From 5a4b9b13621f731216ae8c11eb8e3a4584bfdfcf Mon Sep 17 00:00:00 2001 From: DigitalLumberjack Date: Fri, 4 Mar 2016 00:13:10 +0100 Subject: [PATCH] fixed redeploy --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 6d6ccf3..65b27a3 100755 --- a/start.sh +++ b/start.sh @@ -1,6 +1,6 @@ #!/bin/bash -if [ "$WIKI_CONTEXT" == "xwiki" ];then +if [ "$WIKI_CONTEXT" != "" ];then if [ ! -f "${JETTY_BASE}/webapps/${WIKI_CONTEXT}" ];then mv ${JETTY_BASE}/webapps/ROOT ${JETTY_BASE}/webapps/${WIKI_CONTEXT} #curl http://download.forge.ow2.org/xwiki/xwiki-enterprise-web-8.0-milestone-2.war --output webapps/xwiki8.war