From 2cf6495aadd1d6485ed3015c0d67d9620e0ab9bf Mon Sep 17 00:00:00 2001 From: Tobias Mueller Date: Tue, 17 Oct 2023 10:11:59 +0200 Subject: [PATCH] switch: re-format messages to appear more nicely on the screen We cannot control whitespace :( --- files/usr/bin/blue-merle-switch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/usr/bin/blue-merle-switch b/files/usr/bin/blue-merle-switch index 5e32d59..93e5b91 100755 --- a/files/usr/bin/blue-merle-switch +++ b/files/usr/bin/blue-merle-switch @@ -38,7 +38,7 @@ done mcu_send_message "Continuing ..." sleep 1 -mcu_send_message "Disabling the MEfrom transmit- ting and recei- ving RF signals." +mcu_send_message "Disabling the ME from transmitting and receiving RF signals." sleep 3 old_imei=$(READ_IMEI) @@ -99,7 +99,7 @@ if [[ "$old_imsi" == "$new_imsi" ]]; then sleep 3 fi -mcu_send_message "Setting random IMEI" +mcu_send_message "Setting random IMEI" python3 /lib/blue-merle/imei_generate.py -r new_imei=$(READ_IMEI) @@ -116,7 +116,7 @@ fi mcu_send_message "The device will shutdown now." sleep 3 mcu_send_message "You should change your location before booting again." -sleep 5 +sleep 5 i=5