forked from TrueCloudLab/certificates
start pcscd if installed
This commit is contained in:
parent
6ee48ca631
commit
66ba6048a4
1 changed files with 4 additions and 0 deletions
|
@ -53,6 +53,10 @@ function step_ca_init () {
|
||||||
mv $STEPPATH/password $PWDPATH
|
mv $STEPPATH/password $PWDPATH
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if [ -f /usr/sbin/pcscd ]; then
|
||||||
|
/usr/sbin/pcscd
|
||||||
|
fi
|
||||||
|
|
||||||
if [ ! -f "${STEPPATH}/config/ca.json" ]; then
|
if [ ! -f "${STEPPATH}/config/ca.json" ]; then
|
||||||
init_if_possible
|
init_if_possible
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue