We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df4c233 commit b885a0cCopy full SHA for b885a0c
AppRun
@@ -20,7 +20,7 @@ export PCSCLITE_CONFIG_DIR="${APPDIR}/etc/reader.conf.d"
20
PCSCD_RUN_DIR="/tmp/pcscd/run"
21
rm -rf "${PCSCD_RUN_DIR}"
22
mkdir -p "${PCSCD_RUN_DIR}"
23
-echo "starting pcscd with ${APPDIR}/usr/bin/pcscd -f &"
+echo "starting pcscd with ${APPDIR}/usr/bin/pcscd --foreground --auto-exit &"
24
"${APPDIR}/usr/bin/pcscd" -f &
25
26
DEFAULT_LANG=en_US.UTF-8
0 commit comments