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