Stupid fix

This commit is contained in:
patvdv 2018-08-18 18:20:52 +02:00
parent f18086b0e2
commit d59f91997a

View File

@ -537,7 +537,7 @@ function distribute2host
SERVER="$1"
ERROR_COUNT=0
# convert line to hostname
SERVER=${SERVER%%\;*}
SERVER=${SERVER%%;*}
resolve_host ${SERVER}
if (( $? ))
then