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