mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
More accurate comment.
I think better on a full stomach ;p.
This commit is contained in:
@@ -168,7 +168,7 @@ if [ -d /mnt/us/linkfonts/fonts ] ; then
|
||||
fi
|
||||
|
||||
# check if we need to disable the system passcode, because it messes with us in fun and interesting (and, more to the point, intractable) ways...
|
||||
# NOTE: The most egregious one being that it inhibits the power button event on wakeup until the passcode is validated, which we can't do, since we capture all input...
|
||||
# NOTE: The most egregious one being that it inhibits the outOfScreenSaver event on wakeup until the passcode is validated, which we can't do, since we capture all input...
|
||||
if [ -f "/var/local/system/userpasswdenabled" ] ; then
|
||||
logmsg "Disabling system passcode . . ."
|
||||
rm -f "/var/local/system/userpasswdenabled"
|
||||
|
||||
Reference in New Issue
Block a user