From 29f14491e1954b4131a5f0a59892f0376a811d13 Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Fri, 16 Oct 2015 02:54:07 +0200 Subject: [PATCH] Forgot this bit in a previous commit. --- platform/kindle/koreader.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platform/kindle/koreader.sh b/platform/kindle/koreader.sh index b6b6bbad1..c39f1e1df 100755 --- a/platform/kindle/koreader.sh +++ b/platform/kindle/koreader.sh @@ -41,7 +41,8 @@ if [ "${INIT_TYPE}" == "upstart" ] ; then fi # Keep track of what we do with pillow... -PILLOW_DISABLED="no" +PILLOW_HARD_DISABLED="no" +PILLOW_SOFT_DISABLED="no" # Keep track of if we were started through KUAL FROM_KUAL="no"