mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
修复环境变量有空格时并发数量错误
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ add_cron_api() {
|
||||
local sub_id="$4"
|
||||
fi
|
||||
|
||||
if [[ ! $sub_id ]];then
|
||||
if [[ ! $sub_id ]]; then
|
||||
sub_id="null"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user