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
This commit is contained in:
jjhua 2013-04-08 06:31:35 +00:00
parent 91a1736e61
commit cdb7aa0ab6
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh -vx
#!/bin/sh
# IBM(c) 2013 EPL license http://www.eclipse.org/legal/epl-v10.html

View File

@ -101,5 +101,5 @@ then
echo $errmsg
exit 1
fi
knife cookbook list
exit 0

View File

@ -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

View File

@ -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

View File

@ -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