[pve-devel] r5062 - pve-manager/pve2/bin

svn-commits at proxmox.com svn-commits at proxmox.com
Thu Aug 26 12:31:55 CEST 2010


Author: dietmar
Date: 2010-08-26 10:31:53 +0000 (Thu, 26 Aug 2010)
New Revision: 5062

Modified:
   pve-manager/pve2/bin/pvesh
Log:
bug fix


Modified: pve-manager/pve2/bin/pvesh
===================================================================
--- pve-manager/pve2/bin/pvesh	2010-08-26 08:50:54 UTC (rev 5061)
+++ pve-manager/pve2/bin/pvesh	2010-08-26 10:31:53 UTC (rev 5062)
@@ -238,7 +238,7 @@
 
 	die "usage: delete [path]\n" if scalar(@$args);
 
-	call_method(abs_path($cdir, $cmd, $path));
+	call_method(abs_path($cdir, $path), $cmd, $args);
 
     } elsif ($cmd eq 'set') {
 




More information about the pve-devel mailing list