mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-14 06:17:23 +00:00
fix #1111: qm showcmd wrong escape sequence
This commit is contained in:
parent
4a5cf64a80
commit
5930c1ff6b
@ -4606,7 +4606,7 @@ sub vm_commandline {
|
||||
|
||||
my $cmd = config_to_command($storecfg, $vmid, $conf, $defaults);
|
||||
|
||||
return join(' ', @$cmd);
|
||||
return PVE::Tools::cmd2string($cmd);
|
||||
}
|
||||
|
||||
sub vm_reset {
|
||||
|
Loading…
Reference in New Issue
Block a user