From cdb7aa0ab693183f3d6b36ac275a856cb06f4bcd Mon Sep 17 00:00:00 2001 From: jjhua Date: Mon, 8 Apr 2013 06:31:35 +0000 Subject: [PATCH] remove the -vx from the shell script git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15858 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/config_chef_server | 2 +- xCAT/postscripts/config_chef_workstation | 2 +- xCAT/postscripts/install_chef_client | 2 +- xCAT/postscripts/install_chef_server | 2 +- xCAT/postscripts/install_chef_workstation | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/xCAT/postscripts/config_chef_server b/xCAT/postscripts/config_chef_server index 0d05713c7..e0cab6603 100755 --- a/xCAT/postscripts/config_chef_server +++ b/xCAT/postscripts/config_chef_server @@ -1,4 +1,4 @@ -#!/bin/sh -vx +#!/bin/sh # IBM(c) 2013 EPL license http://www.eclipse.org/legal/epl-v10.html diff --git a/xCAT/postscripts/config_chef_workstation b/xCAT/postscripts/config_chef_workstation index 59ddd4eaf..2763fec7c 100755 --- a/xCAT/postscripts/config_chef_workstation +++ b/xCAT/postscripts/config_chef_workstation @@ -101,5 +101,5 @@ then echo $errmsg exit 1 fi -knife cookbook list + exit 0 diff --git a/xCAT/postscripts/install_chef_client b/xCAT/postscripts/install_chef_client index a4c15f3c6..337ff90fd 100755 --- a/xCAT/postscripts/install_chef_client +++ b/xCAT/postscripts/install_chef_client @@ -1,4 +1,4 @@ -#!/bin/sh -vx +#!/bin/sh # IBM(c) 2013 EPL license http://www.eclipse.org/legal/epl-v10.html ##################################################### #=head1 install_chef_client diff --git a/xCAT/postscripts/install_chef_server b/xCAT/postscripts/install_chef_server index 7c1ae9393..2a1728678 100755 --- a/xCAT/postscripts/install_chef_server +++ b/xCAT/postscripts/install_chef_server @@ -1,4 +1,4 @@ -#!/bin/sh -vx +#!/bin/sh # IBM(c) 2013 EPL license http://www.eclipse.org/legal/epl-v10.html ##################################################### #=head1 install_chef_server diff --git a/xCAT/postscripts/install_chef_workstation b/xCAT/postscripts/install_chef_workstation index c08d44182..08691840d 100755 --- a/xCAT/postscripts/install_chef_workstation +++ b/xCAT/postscripts/install_chef_workstation @@ -1,4 +1,4 @@ -#!/bin/sh -vx +#!/bin/sh # IBM(c) 2013 EPL license http://www.eclipse.org/legal/epl-v10.html ##################################################### #=head1 install_chef_client