Fix a typo in SSHInteract.pm
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12234 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -61,7 +61,7 @@ sub new { | ||||
|             if ($nextline eq "\n") { | ||||
| 		$nextline = $self->get(); | ||||
| 	    } | ||||
| 	    if ($nextline =~ /^password:/ or $nextline =~ /Permission denieid, please try again/) { | ||||
| 	    if ($nextline =~ /^password:/ or $nextline =~ /Permission denied, please try again/) { | ||||
| 		    die "Incorrect Password"; | ||||
| 	    } | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user