add space in debug

This commit is contained in:
Jakobus Schürz 2020-09-11 09:54:44 +02:00
parent 4775d68830
commit 06f1ea6c3e

View file

@ -620,7 +620,7 @@ reachable () {
local SEC=${3:-1}
local res=999
local i
$MYSHELLCONFIG_DEBUG && echo -n "Try to connect to ${SERVER}(${IP}):${PORT} " >&2
$MYSHELLCONFIG_DEBUG && echo -n "Try to connect to ${SERVER} (${IP}):${PORT} " >&2
for i in $(seq 1 $SEC); do
$MYSHELLCONFIG_DEBUG && echo -n "." >&2
if reachable-default ${IP} ${PORT} 2>/dev/null; then