mirror of https://github.com/mindoc-org/mindoc.git
pull/51/head
parent
cf72b445a0
commit
385da5a418
2
start.sh
2
start.sh
|
@ -40,7 +40,7 @@ if [ ! -z $CDNCSS ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -z $CDN ]; then
|
if [ ! -z $CDN ]; then
|
||||||
sed -i "s#^cdn.*#cdn=$CDN#g" conf/app.conf
|
sed -i "s#^cdn=.*#cdn=$CDN#g" conf/app.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sed -i 's/^runmode.*/runmode=prod/g' conf/app.conf
|
sed -i 's/^runmode.*/runmode=prod/g' conf/app.conf
|
||||||
|
|
Loading…
Reference in New Issue