Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2019-04-11 11:36:22 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2019-04-11 11:36:22 +0300
commit90dbb6637a365091fb79644fbce6f68e5572fc3f (patch)
treeeedcd55a7cf5d895d73aeb74af0af68450cb91a5 /user_saml_shibboleth-php7.2
parent82cbbf31eddf961c7beab20cc7098bf6a398dfc8 (diff)
wait for ldap a bit before starting jettyuser_saml_shibboleth_php7.2-2
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'user_saml_shibboleth-php7.2')
-rw-r--r--user_saml_shibboleth-php7.2/start.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_saml_shibboleth-php7.2/start.sh b/user_saml_shibboleth-php7.2/start.sh
index 7420a45..4ec16e5 100644
--- a/user_saml_shibboleth-php7.2/start.sh
+++ b/user_saml_shibboleth-php7.2/start.sh
@@ -17,4 +17,4 @@ sed -i "s/^-Xmx.*$/-Xmx$JETTY_MAX_HEAP/g" /opt/shib-jetty-base/start.ini
apachectl &
/usr/sbin/ns-slapd -D /etc/dirsrv/slapd-dir &
-/etc/init.d/jetty run &
+sleep 4 && /etc/init.d/jetty run &