Explorar o código

修复Docker启动脚本错误

lifei6671 %!s(int64=7) %!d(string=hai) anos
pai
achega
b560dd5383
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      start.sh

+ 1 - 1
start.sh

@@ -81,7 +81,7 @@ if [ ! -z $BASEURL ]; then
 fi
 
 if [ ! -z $ENABLE_EXPORT ]; then
-    sed -i "s#enable_export=.*#baseurl=$ENABLE_EXPORT#g" conf/app.conf
+    sed -i "s#enable_export=.*#enable_export=$ENABLE_EXPORT#g" conf/app.conf
 fi