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 686892dCopy full SHA for 686892d
AppRun
@@ -20,8 +20,8 @@ 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 &"
24
-"${APPDIR}/usr/bin/pcscd" -f &
+echo "starting pcscd with ${APPDIR}/usr/bin/pcscd --foreground --auto-exit &"
+"${APPDIR}/usr/bin/pcscd" --foreground --auto-exit &
25
26
DEFAULT_LANG=en_US.UTF-8
27
if [[ "$LANG" == "C.UTF-8" ]]
0 commit comments