mirror of
https://github.com/ceph/ceph
synced 2025-02-19 17:08:05 +00:00
Merge pull request #17057 from mikulely/enhance-vstart
vstart.sh: quote cmd params when display executing cmd Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
ededa106be
@ -360,12 +360,12 @@ fi
|
||||
ARGS="-c $conf_fn"
|
||||
|
||||
prunb() {
|
||||
echo "$* &"
|
||||
printf "'%s' " "$@"; echo '&'
|
||||
"$@" &
|
||||
}
|
||||
|
||||
prun() {
|
||||
echo "$*"
|
||||
printf "'%s' " "$@"; echo
|
||||
"$@"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user