dashboard
repositories
filestore
activity
search
login
projects
/
pzsigner-deb
DEB packaging of PZ Signer from ePUAP (including Java 9+ fixes)
summary
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Force application language to pl
Jacek Kowalski
2020-02-07
20280ea9a50e02b701155805d0f77b9fdd0d33fb
[projects/pzsigner-deb]
/
pzsigner
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -e
. /etc/default/pzsigner
cd /opt/pzsigner
java -Dfile.encoding=UTF8 \
-Duser.language=pl \
"-Dpz.signer.pkcs11.libpath=${PKCS11_LIBRARY}" \
-cp 'classes:lib/*' \
com.pentacomp.signer.Application