|
@@ -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
|