修复Docker启动脚本错误

pull/358/head
lifei6671 2018-07-19 13:50:26 +08:00
parent a1b5935fa3
commit b560dd5383
1 changed files with 1 additions and 1 deletions

View File

@ -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