diff --git a/skeleton/.tmp_update/updater b/skeleton/.tmp_update/updater index b429812..412272c 100755 --- a/skeleton/.tmp_update/updater +++ b/skeleton/.tmp_update/updater @@ -5,10 +5,12 @@ if [ -d "/mnt/SDCARD/miyoo" ] ; then exit 0 fi +killall telnetd + # or launch (and keep launched) LAUNCH_PATH="/mnt/SDCARD/.system/paks/MiniUI.pak/launch.sh" while [ -f "$LAUNCH_PATH" ] ; do "$LAUNCH_PATH" done -reboot # under no circumstances should stock be allowed to touch this card \ No newline at end of file +reboot # under no circumstances should stock be allowed to touch this card