diff options
-rwxr-xr-x | bin/runmirrors | 2 |
1 files changed, 1 insertions, 1 deletions
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}" |