Revert "update"

This reverts commit aa7dc67716cdd9655a4452b78403465035189c97.
This commit is contained in:
lxk0301
2021-03-11 10:09:03 +08:00
parent 313cd78158
commit f73f88a41f
2 changed files with 21 additions and 24 deletions

View File

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