oddělení, čištění, kontrola ELC1
This commit is contained in:
@@ -11,6 +11,12 @@ RUN chmod 755 /app/start.sh
|
||||
COPY ./startok.sh /app/
|
||||
RUN chmod 755 /app/startok.sh
|
||||
|
||||
COPY ./lread.sh /app/
|
||||
RUN chmod 755 /app/lread.sh
|
||||
|
||||
COPY ./lgen.sh /app/
|
||||
RUN chmod 755 /app/lgen.sh
|
||||
|
||||
COPY ./Makefile /app/
|
||||
|
||||
ENTRYPOINT ["tail"]
|
||||
|
||||
7
docker/lgen.sh
Normal file
7
docker/lgen.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
chmod 777 output/generate
|
||||
|
||||
#./output/generate -cid=9f54495344434954615ad803c50171bf -csd=400e00325b5900003be77f800a400043 -outputType=file -configFileName=licData.xml
|
||||
|
||||
cd output
|
||||
./generate -cid=9f54495344434954615ad803c50171bf -csd=400e00325b5900003be77f800a400043 -outputType=file -configFileName=licData.xml
|
||||
7
docker/lread.sh
Normal file
7
docker/lread.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
chmod 777 output/read
|
||||
|
||||
#./output/read -cid=0353445355313647801b1a9f6600c747 -csd=0353445355313647801b1a9f6600c747 -outputType=file -configFileName=licData.xml
|
||||
|
||||
cd output
|
||||
./read -cid=0353445355313647801b1a9f6600c747 -csd=0353445355313647801b1a9f6600c747 -outputType=file -configFileName=licData.xml
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
chmod 777 output/licenceGenerator
|
||||
|
||||
#./output/licenceGenerator -cid=0353445355313647801b1a9f6600c747 -csd=400e00325b59000076b27f800a404013 -outputType=file -configFileName=licData.xml -licenceFileName=ezlic_eovosv0_vaxvcpalxjx.lic -licenceVersion=1 -licenceType=EOV_OSV
|
||||
#./output/licenceGenerator -cid=0353445355313647801b1a9f6600c747 -csd=0353445355313647801b1a9f6600c747 -outputType=file -configFileName=licData.xml
|
||||
|
||||
cd output
|
||||
./licenceGenerator -cid=0353445355313647801b1a9f6600c747 -csd=400e00325b59000076b27f800a404013 -outputType=file -configFileName=licData.xml -licenceFileName=ezlic_eovosv0_vaxvcpalxjx.lic -licenceVersion=1 -licenceType=EOV_OSV
|
||||
./licenceGenerator -cid=0353445355313647801b1a9f6600c747 -csd=0353445355313647801b1a9f6600c747 -outputType=file -configFileName=licData.xml
|
||||
Reference in New Issue
Block a user