mirror of
https://github.com/koreader/koreader
synced 2024-10-31 21:20:20 +00:00
Restart Kindle framework from an unpolluted env
This commit is contained in:
parent
f674c82c57
commit
a19954a201
@ -241,9 +241,9 @@ fi
|
|||||||
if [ "${STOP_FRAMEWORK}" == "yes" ] ; then
|
if [ "${STOP_FRAMEWORK}" == "yes" ] ; then
|
||||||
logmsg "Restarting framework . . ."
|
logmsg "Restarting framework . . ."
|
||||||
if [ "${INIT_TYPE}" == "sysv" ] ; then
|
if [ "${INIT_TYPE}" == "sysv" ] ; then
|
||||||
/etc/init.d/framework start
|
cd / && env -u LD_LIBRARY_PATH /etc/init.d/framework start
|
||||||
else
|
else
|
||||||
start lab126_gui
|
cd / && env -u LD_LIBRARY_PATH start lab126_gui
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user