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