修复屏蔽指定脚本功能

This commit is contained in:
hanhh 2021-06-09 22:46:37 +08:00
parent 049a87780e
commit 5df860befe
2 changed files with 2 additions and 1 deletions

View File

@ -61,6 +61,7 @@ import_config() {
command_timeout_time=${CommandTimeoutTime:-"1h"}
github_proxy_url=${GithubProxyUrl:-""}
block_cookie=${TempBlockCookie:-""}
}
## 创建目录,$1目录的绝对路径

View File

@ -10,7 +10,7 @@ combine_sub() {
local combined_all=""
local tmp1 tmp2
for ((i = 1; i <= $user_sum; i++)); do
for num in $TempBlockCookie; do
for num in $block_cookie; do
[[ $i -eq $num ]] && continue 2
done
local tmp1=$what_combine$i