We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38e245e commit 3eee78fCopy full SHA for 3eee78f
contrib/checkbox-ce-oem/checkbox-provider-ce-oem/units/cash-drawer/jobs.pxu
@@ -16,7 +16,7 @@ command:
16
exit 1
17
fi
18
OPEN_CMD=${CASH_DRAWER_OPEN_STR:-'\x07'}
19
- echo -e "Sending trigger: $OPEN_CMD to $CASH_DRAWER_PORT"
+ echo "Sending trigger: $OPEN_CMD to $CASH_DRAWER_PORT"
20
echo -e "$OPEN_CMD" > "$CASH_DRAWER_PORT"
21
imports:
22
from com.canonical.plainbox import manifest
0 commit comments