修复环境变量有空格时并发数量错误

This commit is contained in:
whyour
2023-09-01 22:35:15 +08:00
parent fe934fa4af
commit 5395cebdb4
3 changed files with 21 additions and 13 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ handle_log_path() {
if [[ $real_log_path ]]; then
log_path="$real_log_path"
fi
cmd=">> $dir_log/$log_path 2>&1"
make_dir "$dir_log/$log_dir"
if [[ "$show_log" == "true" ]]; then