From 71729edf06f5ea1600f618ff21c93d071eeeb3c1 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 9 Jan 2013 11:56:18 +0000 Subject: [PATCH] add sudo insterface to xdsh git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14819 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/xdsh.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/lib/xcat/plugins/xdsh.pm b/xCAT-server/lib/xcat/plugins/xdsh.pm index dc81e9745..9d3375861 100644 --- a/xCAT-server/lib/xcat/plugins/xdsh.pm +++ b/xCAT-server/lib/xcat/plugins/xdsh.pm @@ -441,6 +441,7 @@ sub parse_xdsh_cmd 'devicetype=s' => \$options{'devicetype'}, 'nodestatus|nodestatus' => \$options{'nodestatus'}, + 'sudo|sudo' => \$options{'sudo'}, 'command-name|commandName=s' => \$options{'command-name'}, 'command-description|commandDescription=s' => \$options{'command-description'},