DEB packaging of PZ Signer from ePUAP (including Java 9+ fixes)
Jacek Kowalski
2020-02-07 20280ea9a50e02b701155805d0f77b9fdd0d33fb
commit | author | age
207ea2 1 #!/bin/sh -e
JK 2
3 . /etc/default/pzsigner
4
5 cd /opt/pzsigner
6 java -Dfile.encoding=UTF8 \
20280e 7     -Duser.language=pl \
207ea2 8     "-Dpz.signer.pkcs11.libpath=${PKCS11_LIBRARY}" \
JK 9     -cp 'classes:lib/*' \
10     com.pentacomp.signer.Application