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:
lissav 2008-01-30 18:50:19 +00:00
parent 50bdab2b7a
commit de809309f4

View File

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