删除多余空格 (#358)

This commit is contained in:
eya46 2024-05-19 22:34:57 +08:00 committed by GitHub
parent 5122d48dd8
commit d5e7b22fc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -395,7 +395,7 @@ modify_agent_config() {
nz_client_secret=$3
shift 3
if [ $# -gt 0 ]; then
args=" $*"
args="$*"
fi
fi

View File

@ -391,7 +391,7 @@ modify_agent_config() {
nz_client_secret=$3
shift 3
if [ $# -gt 0 ]; then
args=" $*"
args="$*"
fi
fi