This commit is contained in:
lxk0301
2021-03-11 11:18:19 +08:00
parent 4a3502f0bc
commit 860a4a76a5

View File

@@ -115,7 +115,7 @@ if [ $ENABLE_AUTO_HELP = "true" ]; then
echo "开启自动助力"
#在所有脚本执行前,先执行助力码导出
sed -i 's/node/ . \/scripts\/docker\/auto_help.sh export \&\& node /g' ${mergedListFile}
sed -i 's/node/ . \/scripts\/docker\/auto_help.sh export > \/scripts\/logs\/auto_help_export.log \&\& node /g' ${mergedListFile}
else
echo "未开启自动助力"
fi