summaryrefslogtreecommitdiff
path: root/bin/runmirrors
diff options
context:
space:
mode:
authorJoerg Jaspert <joerg@debian.org>2008-10-03 23:28:39 +0200
committerJoerg Jaspert <joerg@debian.org>2008-10-03 23:28:39 +0200
commit6677c5f377446e88784c2b39a8fd9d4f122acad1 (patch)
tree7c289415e45c9a5c11177e580382f9a99a8ec9ef /bin/runmirrors
parent708650294841b68bd330f041261c5084c01a2ac8 (diff)
runmirrors
use "" around SSH_OPTS Signed-off-by: Joerg Jaspert <joerg@debian.org>
Diffstat (limited to 'bin/runmirrors')
-rwxr-xr-xbin/runmirrors2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/runmirrors b/bin/runmirrors
index 87af148..0018db9 100755
--- a/bin/runmirrors
+++ b/bin/runmirrors
@@ -100,7 +100,7 @@ while read MLNAME MHOSTNAME MUSER MPROTO MKEYFILE; do
# And finally, push the mirror
log "Trigger ${MLNAME}" >> ${LOG}
- signal ${MLNAME} ${MHOSTNAME} ${MUSER} ${MPROTO} ${MKEYFILE} ${SSH_OPTS}
+ signal ${MLNAME} ${MHOSTNAME} ${MUSER} ${MPROTO} ${MKEYFILE} "${SSH_OPTS}"
log "Trigger for ${MLNAME} done" >> ${LOG}
if [ -n "${HOOK2}" ]; then
log "Running hook2: ${HOOK2}" >> ${LOG}