From a865ae975c75b1ce321c4e56c9fbd0625623c4a7 Mon Sep 17 00:00:00 2001 From: Johan Lundberg Date: Fri, 13 Feb 2015 17:44:59 +0100 Subject: init --- start.sh | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 start.sh (limited to 'start.sh') diff --git a/start.sh b/start.sh new file mode 100644 index 0000000..3b48694 --- /dev/null +++ b/start.sh @@ -0,0 +1,21 @@ +#!/bin/sh -x + +# shibboleth-identity-provider source dir +cd /opt/shibboleth-identity-provider-${IDP_VERSION} + +case "$*" in + start) + # Upgrade/Recreate war + ./bin/install.sh -Didp.src.dir /opt/shibboleth-identity-provider-${IDP_VERSION}/ -Didp.target.dir /opt/shibboleth-idp + ;; + install) +# Fresh install +cat>/tmp/entity_id<