From d59f91997a6d66bfc89a33a16169eb8af8d151d4 Mon Sep 17 00:00:00 2001 From: patvdv Date: Sat, 18 Aug 2018 18:20:52 +0200 Subject: [PATCH] Stupid fix --- manage_ssh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage_ssh.sh b/manage_ssh.sh index c9ae500..3f7ea92 100644 --- a/manage_ssh.sh +++ b/manage_ssh.sh @@ -537,7 +537,7 @@ function distribute2host SERVER="$1" ERROR_COUNT=0 # convert line to hostname -SERVER=${SERVER%%\;*} +SERVER=${SERVER%%;*} resolve_host ${SERVER} if (( $? )) then