Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/blame/commit/cdf2eab0b2d7b46a3e343d3a5ed5c4923d498b97/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
|