Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting https://git.osmesh.ru/MOS/OpenBoard/src/commit/b0e3dca57d5c8b4d4412c30113cb9a4655404a66/plugins/cffadaptor/postScript_mac.sh
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#!/bin/bash
|
|
SOURCE=$1
|
|
DESTINATION=$2
|
|
mkdir -p $DESTINATION
|
|
cp -R $SOURCE/ $DESTINATION |