Denmaseno 9 年之前
父节点
当前提交
14f923015d
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 二进制
      hlic
  2. 2 2
      standalone.sh

二进制
gotmpl → hlic


+ 2 - 2
standalone.sh

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