From c5f2340e4d5e3f9b5073636c3c773240234d7cf1 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sat, 30 Apr 2011 19:51:29 +0200 Subject: dont include the space into mkeyfile Signed-off-by: Joerg Jaspert --- bin/runmirrors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/runmirrors b/bin/runmirrors index 0758c4d..53f97ff 100755 --- a/bin/runmirrors +++ b/bin/runmirrors @@ -215,7 +215,7 @@ while read MTYPE MLNAME MHOSTNAME MUSER MSSHOPT; do elif [ ${MSSHOPT:0:1} -eq 1 ] || [ ${MSSHOPT:0:1} -eq 2 ]; then # We do seem to have oldstyle options here. MPROTO=${MSSHOPT:0:1} - MKEYFILE=${MSSHOPT:1} + MKEYFILE=${MSSHOPT:2} SSHOPT="" else error "I don't know what is configured for mirror ${MLNAME}" -- cgit v1.2.3