Merge pull request #666 from fewtarius/dev

Dev
This commit is contained in:
fewtarius 2022-10-25 11:09:18 -04:00 committed by GitHub
commit 7b2c096f26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -402,7 +402,7 @@ update_bootloader() {
export BOOT_ROOT="/flash"
export SYSTEM_ROOT="/update"
echo "UPDATE" > $SYSTEM_ROOT/storage/.config/boot.hint
if [ -f $SYSTEM_ROOT/usr/share/bootloader/update.sh ]; then
echo ""
echo "Updating Boot Files... "
@ -838,7 +838,6 @@ check_update() {
if [ "${TARRESULT}" -eq "0" ]; then
mv $UPDATE_DIR/.tmp/*/target/* $UPDATE_DIR &>/dev/null
echo "UPDATE" > /storage/.config/boot.hint
sync
StopProgress "done"
else