[chore] platform/appimage/AppRun: remove debug flag (#3868)

Output is a bit verbose otherwise, see https://github.com/koreader/koreader/issues/3853#issuecomment-381098701
This commit is contained in:
Frans de Jonge
2018-04-13 18:18:18 +02:00
committed by GitHub
parent 666c9f1fcc
commit c16cfa0e59

View File

@@ -27,7 +27,7 @@ else
fi
while [ $RETURN_VALUE -eq 85 ]; do
./reader.lua -d "$start_path"
./reader.lua "$start_path"
RETURN_VALUE=$?
done