Minho 8 vuotta sitten
vanhempi
sitoutus
385da5a418
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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