mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-04-05 20:17:53 +08:00
修改启动脚本
This commit is contained in:
parent
fc6ec31b31
commit
c108ab3819
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.*/cdnjs='$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
Block a user