Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting https://git.osmesh.ru/MOS/OpenBoard/src/commit/d4072aae0905b599a49a7bbffa1a1dfda2e3db60/tools/pdf2image/resources/pdf2image
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#!/bin/sh
|
|
LD_LIBRARY_PATH=`dirname $0`:$LD_LIBRARY_PATH
|
|
export LD_LIBRARY_PATH
|
|
`dirname $0`/pdf2image $*
|
|
|