mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Merge pull request #1891 from Frenzie/master
Add a comment with 'from_nickel', fixes #1889
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user