Fix path to ssh
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@369 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
50bdab2b7a
commit
de809309f4
@ -32,7 +32,7 @@ set empty ""
|
||||
if { [info exists env(DSH_REMOTE_CMD)] } {
|
||||
set remoteshell $env(DSH_REMOTE_CMD)
|
||||
} else {
|
||||
set remoteshell "/bin/ssh"
|
||||
set remoteshell "/usr/bin/ssh"
|
||||
}
|
||||
if { [info exists env(XCATROOT)] } {
|
||||
set xcatroot $env(XCATROOT)
|
||||
|
Loading…
Reference in New Issue
Block a user