mirror of
https://github.com/srlabs/blue-merle.git
synced 2025-01-10 14:49:35 -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..."
|
show_message "Shutting down..."
|
||||||
echo -n "Shutting down"
|
echo -n "Shutting down"
|
||||||
logger -p notice -t blue-merle-libexec "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
|
elif [ "$1" == "write-imei" ]; then
|
||||||
new_imei=$2
|
new_imei=$2
|
||||||
|
Loading…
Reference in New Issue
Block a user