Skip to content

Commit

Permalink
fixup shutdown syntax (single quote) in libexec
Browse files Browse the repository at this point in the history
  • Loading branch information
muelli committed Oct 18, 2023
1 parent 686c7a6 commit 0d321d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/usr/libexec/blue-merle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ elif [ "$1" == "shutdown" ]; then
show_message "Shutting down..."
echo -n "Shutting down"
logger -p notice -t blue-merle-libexec "Shutting down"
echo '{ "poweroff": "1" } > /dev/ttyS0
echo '{ "poweroff": "1" }' > /dev/ttyS0

elif [ "$1" == "write-imei" ]; then
new_imei=$2
Expand Down

0 comments on commit 0d321d5

Please sign in to comment.