Browse Source

修复Docker启动脚本错误

lifei6671 7 năm trước cách đây
mục cha
commit
b560dd5383
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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