Use default timeout on connection test
This commit is contained in:
parent
bb02488cc2
commit
4d86466aec
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ user=smb-test
|
|||
password=!owncloud123
|
||||
host=WIN-9GTFAS08C15
|
||||
|
||||
if ! "$thisFolder"/env/wait-for-connection ${host} 445 0; then
|
||||
if ! "$thisFolder"/env/wait-for-connection ${host} 445; then
|
||||
echo "[ERROR] Server not reachable" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue