Skip to content

Commit

Permalink
Replace kano-updater ui boot-window with the new recovery mode
Browse files Browse the repository at this point in the history
  • Loading branch information
radujipa committed Mar 9, 2018
1 parent d392e29 commit 5fbcdde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/kano-ui-autostart
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ if [ "$COMING_FROM_BOOT" -eq 1 ] ; then
sudo kano-updater first-boot &
else
# Check whether the Updater was running in the last boot. If so,
# resume the update process.
sudo kano-updater ui boot-window
# resume the update Recovery Mode (started from kano-os-recovery).
sudo kano-updater-recovery
fi
fi

Expand Down

0 comments on commit 5fbcdde

Please sign in to comment.