From b5a08d0bdb9812213dd29e7c01dea72252852851 Mon Sep 17 00:00:00 2001 From: Michel-FK Date: Sun, 1 Nov 2020 00:45:46 +0100 Subject: [PATCH] more verbose update reboot Signed-off-by: Michel-FK --- FunKey/board/funkey/rootfs-overlay/usr/local/sbin/share | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FunKey/board/funkey/rootfs-overlay/usr/local/sbin/share b/FunKey/board/funkey/rootfs-overlay/usr/local/sbin/share index 3fb825a..3029741 100755 --- a/FunKey/board/funkey/rootfs-overlay/usr/local/sbin/share +++ b/FunKey/board/funkey/rootfs-overlay/usr/local/sbin/share @@ -50,9 +50,10 @@ mount_share () { # 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") - # Check if there is an updte file + # Check if there is an update file if [ -f /mnt/FunKey-*.swu ]; then warn "found an update file, going into recovery mode" + notif "^^^^^^^^ UPDATING...^^^^^^^^" recovery_mode fi return 0