Merge pull request #77 from spycat88/fix-installer

installer: fixup snafu, variables must be before script
This commit is contained in:
spycat88 2024-04-09 00:16:00 +01:00 committed by GitHub
commit 268eac60d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -307,7 +307,7 @@ do_install_quick() {
if [ ! "${INSTALL_UBOOT}" = false ]
then
msg_progress_install "50" "Installing bootloader to $TMPDIR/part1"
/usr/share/bootloader/update.sh BOOT_DISK="${INSTALL_DEVICE}" BOOT_ROOT="/flash"
BOOT_DISK="${INSTALL_DEVICE}" BOOT_ROOT="/flash" /usr/share/bootloader/update.sh
mount -o remount,rw $TMPDIR/part1
fi
;;