Minho hace 8 años
padre
commit
385da5a418
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.*#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