Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting https://git.osmesh.ru/MOS/OpenBoard/src/commit/2236ff417190456bbd204cd80e75c3e881438214/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 $*
|
|
|