Use default timeout on connection test

This commit is contained in:
Thomas Müller 2015-12-09 12:18:51 +01:00
parent bb02488cc2
commit 4d86466aec

View file

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