Merge pull request #184 from AboutCXJ/patch-1

修复错误
This commit is contained in:
LXK9301
2021-01-22 13:56:32 +08:00
committed by GitHub

View File

@ -87,7 +87,7 @@ if [ $DO_NOT_RUN_SCRIPTS ]; then
echo "您配置了不运行的脚本:$DO_NOT_RUN_SCRIPTS"
arr=${DO_NOT_RUN_SCRIPTS//&/ }
for item in $arr; do
sed -ie '/'"${item}"'/d' /1.txt
sed -ie '/'"${item}"'/d' ${mergedListFile}
done
fi