From b8b0684e308ba091ca96905b463752245943f585 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Tue, 15 Mar 2016 18:12:01 +0100 Subject: [PATCH] Add a comment with 'from_nickel', fixes #1889 --- platform/kobo/koreader.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/kobo/koreader.sh b/platform/kobo/koreader.sh index c9ba7c21d..dd6656387 100755 --- a/platform/kobo/koreader.sh +++ b/platform/kobo/koreader.sh @@ -29,6 +29,7 @@ export EXT_FONT_DIR="/mnt/onboard/fonts" # fast and dirty way of check if we are called from nickel # through fmon, or from another launcher (KSM or advboot) +# Do not delete this line because KSM detects newer versions of KOReader by the presence of the phrase 'from_nickel'. export FROM_NICKEL="false" if pkill -0 nickel ; then FROM_NICKEL="true"