DenMaSeno 9 éve
szülő
commit
c2074f615c
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      standalone.sh

+ 2 - 2
standalone.sh

@@ -12,8 +12,8 @@ if [ -f /opt/jboss/start.log ] ; then
   echo .
 fi
 
-if [ ! -z "$JBOSS_WAIT" ] ; then
-  sleep $JBOSS_WAIT
+if [ ! -z "$DOCKER_START_DELAY" ] ; then
+  sleep $DOCKER_START_DELAY
 fi
 
 hlic template /opt/jboss/jboss-as-7.2.0.Final/standalone/configuration/standalone.xml.template /opt/jboss/jboss-as-7.2.0.Final/standalone/configuration/standalone.xml