pull/51/head
Minho 2017-05-15 17:56:25 +08:00
parent cf72b445a0
commit 385da5a418
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ if [ ! -z $CDNCSS ]; then
fi
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
sed -i 's/^runmode.*/runmode=prod/g' conf/app.conf