mirror of
https://github.com/srlabs/blue-merle.git
synced 2025-01-10 06:39:30 -05:00
blue-merle: Syntax fix
This commit is contained in:
parent
488fdaa18f
commit
ea05c4441b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user