mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-22 12:48:14 -05:00
删除多余空格 (#358)
This commit is contained in:
parent
5122d48dd8
commit
d5e7b22fc6
@ -395,7 +395,7 @@ modify_agent_config() {
|
||||
nz_client_secret=$3
|
||||
shift 3
|
||||
if [ $# -gt 0 ]; then
|
||||
args=" $*"
|
||||
args="$*"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
@ -391,7 +391,7 @@ modify_agent_config() {
|
||||
nz_client_secret=$3
|
||||
shift 3
|
||||
if [ $# -gt 0 ]; then
|
||||
args=" $*"
|
||||
args="$*"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user