]> git.proxmox.com Git - pve-manager.git/commit
fix #1539: add missing shellquote for proxied commands of pvesh
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 27 Oct 2017 12:13:48 +0000 (14:13 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 31 Oct 2017 07:28:10 +0000 (08:28 +0100)
commit4114aeac32b24a234be6820140087969e410fef7
treeab67d3677015a034ed58bc9fc5ad6672096204c2
parent180d612bfaf08f8e732ef545bc87f7cffa459cd8
fix #1539: add missing shellquote for proxied commands of pvesh

if we do not do this, passing arguments with spaces
(e.g., pvesh set YYY --param "one word")
leads to ssh calls like this:
ssh REMOTE pvesh set YYY --param one word

which cannot be parsed correctly

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
bin/pvesh