fix in ps command of FindFreeSSH

pull/1/head
Thorsten Liebig 2011-07-13 09:39:41 +02:00
parent 20edb20efe
commit 68bc235058
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ function host = FindFreeSSH(host_list, wait_time, command)
if (nargin<3) if (nargin<3)
% command which should return an empty string if host is available % command which should return an empty string if host is available
command = 'ps -e user,args | grep openEMS'; command = 'ps -e | grep openEMS';
end end
if (nargin<2) if (nargin<2)