diff --git a/platform/kobo/koreader.sh b/platform/kobo/koreader.sh index 2d60d50e9..733db0d79 100755 --- a/platform/kobo/koreader.sh +++ b/platform/kobo/koreader.sh @@ -87,6 +87,8 @@ if [ "${from_nickel}" == "true" ] ; then ./nickel.sh & else # if we were called from advboot then we must reboot to go to the menu + # NOTE: This is actually achieved by checking if KSM is running: + # This might lead to false-positives if you use neither KSM nor advboot to launch KOReader *without nickel running*. if ! pkill -0 ksmhome.sh ; then reboot fi