mirror of
https://github.com/srlabs/blue-merle.git
synced 2025-01-03 03:20:52 -05:00
blue-merle: make it return the new IMEI after generating a random IMEI
This commit is contained in:
parent
3b87b1b8f4
commit
955d0f993e
@ -25,7 +25,8 @@ elif [ "$1" == "read-imsi" ]; then
|
||||
fi
|
||||
|
||||
elif [ "$1" == "random-imei" ]; then
|
||||
exec /lib/blue-merle/imei_generate.py --random
|
||||
/lib/blue-merle/imei_generate.py --random
|
||||
READ_IMEI
|
||||
|
||||
elif [ "$1" == "shutdown-modem" ]; then
|
||||
exec gl_modem AT AT+CFUN=4
|
||||
|
Loading…
Reference in New Issue
Block a user