X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=blobdiff_plain;f=modules%2Fstaticsync%2Ffiles%2Fstatic-mirror-run;h=266baaae6738ca9ba19855eda566a6d799d090f7;hp=eac646bb3937a43113d1746c8fb21a91dda77a95;hb=a4f23b2b8214a8dc052ba3cadfd7b733cc809817;hpb=e5080ccb080c7c2aafb00fa6cdfbc07ae74f7460 diff --git a/modules/staticsync/files/static-mirror-run b/modules/staticsync/files/static-mirror-run index eac646bb3..266baaae6 100755 --- a/modules/staticsync/files/static-mirror-run +++ b/modules/staticsync/files/static-mirror-run @@ -66,7 +66,7 @@ COMPONENT="$(basename "${COMPONENTDIR}")" RSYNC="rsync" RSYNC_BASE_OPTIONS="-rtvz --delete --links --hard-links --safe-links" -RSYNC_SSH_OPTIONS="ssh -o AddressFamily=inet -o BatchMode=yes" +RSYNC_SSH_OPTIONS="ssh -o BatchMode=yes" LOGDIR="$HOME/logs" LOGFILE="$LOGDIR/$NAME-run-${COMPONENT}.log"