Browse Source

修改启动脚本

Minho 8 years ago
parent
commit
c108ab3819
1 changed files with 1 additions and 1 deletions
  1. 1 1
      start.sh

+ 1 - 1
start.sh

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