Skip to content

Commit 3eee78f

Browse files
committed
Fix the echo format
1 parent 38e245e commit 3eee78f

File tree

1 file changed

+1
-1
lines changed
  • contrib/checkbox-ce-oem/checkbox-provider-ce-oem/units/cash-drawer

1 file changed

+1
-1
lines changed

contrib/checkbox-ce-oem/checkbox-provider-ce-oem/units/cash-drawer/jobs.pxu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ command:
1616
exit 1
1717
fi
1818
OPEN_CMD=${CASH_DRAWER_OPEN_STR:-'\x07'}
19-
echo -e "Sending trigger: $OPEN_CMD to $CASH_DRAWER_PORT"
19+
echo "Sending trigger: $OPEN_CMD to $CASH_DRAWER_PORT"
2020
echo -e "$OPEN_CMD" > "$CASH_DRAWER_PORT"
2121
imports:
2222
from com.canonical.plainbox import manifest

0 commit comments

Comments
 (0)