This commit is contained in:
lxk0301
2021-03-10 18:12:30 +08:00
parent 15a11d1484
commit 336df9b1ff
3 changed files with 10 additions and 16 deletions

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