Skip to content

Commit e740c41

Browse files
authored
Remove '5' from test ssh command
1 parent 6bbca15 commit e740c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ssh.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ void svCreateSSHConnection (void * data)
6666
if (itm == NULL)
6767
return;
6868

69-
std::string sshCheck = "which " + app->sshCommand + "5 > /dev/null";
69+
std::string sshCheck = "which " + app->sshCommand + " > /dev/null";
7070

7171
// first check to see if the ssh command is working
7272
if (system(sshCheck.c_str()) != 0)

0 commit comments

Comments
 (0)