2
0
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:
NiLuJe 2015-09-06 16:11:24 +02:00
parent f674c82c57
commit a19954a201

View File

@ -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