add support for ENV variable input
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13637 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
61effa015c
commit
bd52d4bc3b
@ -99,6 +99,10 @@ DSH_PATH=$PATH
|
||||
The B<-E> flag exports a local environment definition file to each remote
|
||||
target. Environment variables specified in this file are defined in the
|
||||
remote shell environment before the I<command_list> is executed.
|
||||
The definition file should contain entries like the following
|
||||
and be executable. One environment variable per line.
|
||||
export NEWENVVARIABLE="yes"
|
||||
export ANOTHERENVVARIABLE="yes"
|
||||
|
||||
B<COMMAND> B<EXECUTION>:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user