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

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
@@ -36,7 +36,7 @@ add_cron_api() {
local sub_id="$4"
fi
if [[ ! $sub_id ]];then
if [[ ! $sub_id ]]; then
sub_id="null"
fi