We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06e7e25 + a0034fe commit 2c88ee8Copy full SHA for 2c88ee8
1 file changed
distros/raspberry_pi/install.sh
@@ -299,12 +299,14 @@ if [ "$(get_install_stage)" -eq 1 ]; then
299
300
# Check the value of rebootReq
301
if [ "$rebootReq" = true ]; then
302
+ echo "[install.sh] - EEPROM update requires a reboot. Restarting the device..."
303
echo "[install.sh] - EEPROM update requires a reboot. Restarting the device..."
304
set_status "[install.sh] - Rebooting after rpi-eeprom-update"
305
sleep 5
306
reboot
307
exit 1
308
else
309
+ echo "[install.sh] - No firmware update required"
310
echo "[install.sh] - No firmware update required"
311
set_status "[install.sh] - No firmware update required"
312
sleep 3
0 commit comments