Skip to content

Commit

Permalink
Convert stdout print to comment
Browse files Browse the repository at this point in the history
  • Loading branch information
agners committed Nov 24, 2022
1 parent 25576ff commit cfa1541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion silabs-multiprotocol/rootfs.amd64/usr/local/bin/zigbeed
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

echo "Starting zigbeed with aarch64 emulation..."
# Starting zigbeed with aarch64 emulation...
exec /usr/bin/qemu-aarch64 /usr/local/bin/zigbeed.aarch64 "$@"

0 comments on commit cfa1541

Please sign in to comment.