Skip to content

Commit

Permalink
update to -F
Browse files Browse the repository at this point in the history
  • Loading branch information
T0biii authored May 15, 2024
1 parent e7fceb8 commit ec307d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/autoupdater/files/usr/sbin/autoupdater
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ autoupdate() {
fi
echo "Upgrading firmware."
[ $force -eq 0 ] && sleep $APPLY_DELAY
sysupgrade -f "${fw_image}"
sysupgrade -F "${fw_image}"
else
echo "No new firmware available" >&2
fi
Expand Down

0 comments on commit ec307d0

Please sign in to comment.