DenMaSeno 9 жил өмнө
parent
commit
c2074f615c
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  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