|
@@ -16,7 +16,7 @@ if [ ! -z "$JBOSS_WAIT" ] ; then
|
|
sleep $JBOSS_WAIT
|
|
sleep $JBOSS_WAIT
|
|
fi
|
|
fi
|
|
|
|
|
|
-gotmpl /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
|
|
|
|
|
|
+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
|
|
|
|
|
|
if [ ! $? -eq 0 ] ; then
|
|
if [ ! $? -eq 0 ] ; then
|
|
echo FAILED
|
|
echo FAILED
|
|
@@ -48,7 +48,7 @@ do
|
|
fi
|
|
fi
|
|
;;
|
|
;;
|
|
--)
|
|
--)
|
|
- shift
|
|
|
|
|
|
+ shift
|
|
break;;
|
|
break;;
|
|
*)
|
|
*)
|
|
SERVER_OPTS="$SERVER_OPTS \"$1\""
|
|
SERVER_OPTS="$SERVER_OPTS \"$1\""
|