DEB packaging of PZ Signer from ePUAP (including Java 9+ fixes)
Jacek Kowalski
2020-02-06 da0c3cd93b27ff42463620b0b39dbf60da156e0a
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