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

Output is a bit verbose otherwise, see https://github.com/koreader/koreader/issues/3853#issuecomment-381098701
pull/3873/head
Frans de Jonge 6 years ago committed by GitHub
parent 666c9f1fcc
commit c16cfa0e59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save