Denmaseno 9 years ago
parent
commit
14f923015d
2 changed files with 2 additions and 2 deletions
  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\""