Denmaseno 9 년 전
부모
커밋
14f923015d
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. BIN
      hlic
  2. 2 2
      standalone.sh

BIN
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\""