mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-12-21 11:13:57 +08:00
修改启动脚本
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user