浏览代码

fix typo in command.sh

jrivard@gmail.com 6 年之前
父节点
当前提交
aa9caec3aa
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      client/pom.xml
  2. 1 1
      docker/src/main/image-files/app/command.sh

+ 1 - 1
client/pom.xml

@@ -12,7 +12,7 @@
     <artifactId>pwm-client</artifactId>
     <packaging>jar</packaging>
 
-    <name>PWM Password Self Service: Client</name>
+    <name>PWM Password Self Service: Angular Client JAR</name>
 
     <properties>
         <project.root.basedir>${project.basedir}/..</project.root.basedir>

+ 1 - 1
docker/src/main/image-files/app/command.sh

@@ -2,5 +2,5 @@
 # Run command line shell environment inside the docker container.  Execute using
 # docker exec -it <container name> /application/command.sh
 
-java -jar /app/libs/pwm-onejar*.jar -applicationPath /config -command $1 $2 $3 $4 $5 $6 $7 $8 $9
+java -jar /app/libs/*onejar*.jar -applicationPath /config -command $1 $2 $3 $4 $5 $6 $7 $8 $9