start pcscd if installed

pull/910/head
Jakob Schlyter 2 years ago
parent 6ee48ca631
commit 66ba6048a4

@ -53,6 +53,10 @@ function step_ca_init () {
mv $STEPPATH/password $PWDPATH
}
if [ -f /usr/sbin/pcscd ]; then
/usr/sbin/pcscd
fi
if [ ! -f "${STEPPATH}/config/ca.json" ]; then
init_if_possible
fi

Loading…
Cancel
Save