mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2025-12-16 01:28:51 +01:00
more verbose update reboot
Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
parent
ff78b6a1a4
commit
b5a08d0bdb
@ -50,9 +50,10 @@ mount_share () {
|
|||||||
# Create the directory structure if required
|
# Create the directory structure if required
|
||||||
(cd /mnt; mkdir -p "Atari lynx" "Game Boy" "Game Boy Color" "Game Boy Advance" "Game Gear" "Neo Geo Pocket" "NES" "PS1" "Sega Genesis" "Sega Master System" "SNES" "WonderSwan" "PCE-TurboGrafx")
|
(cd /mnt; mkdir -p "Atari lynx" "Game Boy" "Game Boy Color" "Game Boy Advance" "Game Gear" "Neo Geo Pocket" "NES" "PS1" "Sega Genesis" "Sega Master System" "SNES" "WonderSwan" "PCE-TurboGrafx")
|
||||||
|
|
||||||
# Check if there is an updte file
|
# Check if there is an update file
|
||||||
if [ -f /mnt/FunKey-*.swu ]; then
|
if [ -f /mnt/FunKey-*.swu ]; then
|
||||||
warn "found an update file, going into recovery mode"
|
warn "found an update file, going into recovery mode"
|
||||||
|
notif "^^^^^^^^ UPDATING...^^^^^^^^"
|
||||||
recovery_mode
|
recovery_mode
|
||||||
fi
|
fi
|
||||||
return 0
|
return 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user