#81 Fix --reboot option in rpi-uboot-update and update-uboot
Merged 2 years ago by pwhalen. Opened 2 years ago by alasdairs.
alasdairs/arm-image-installer main  into  main

file modified
+1 -1
@@ -71,7 +71,7 @@ 

                  cp -rp /usr/share/uboot/rpi_4_32b/u-boot.bin /boot/efi/rpi4-u-boot.bin

  fi

  # reboot after writing

- if [ "REBOOT" = "1" ]; then

+ if [ "$REBOOT" = "1" ]; then

  	echo

          echo "= Complete, rebooting.."

          reboot

file modified
+1 -1
@@ -131,7 +131,7 @@ 

  fi

  

  # reboot after writing

- if [ "REBOOT" = "1" ]; then 

+ if [ "$REBOOT" = "1" ]; then

          echo "= Complete, rebooting.."

          reboot

  else

Pull-Request has been merged by pwhalen

2 years ago
Metadata