diff options
Diffstat (limited to 'bin/ftpsync')
-rwxr-xr-x | bin/ftpsync | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ftpsync b/bin/ftpsync index b44a87a..b7b633b 100755 --- a/bin/ftpsync +++ b/bin/ftpsync @@ -77,7 +77,7 @@ LOCK=${LOCK:-"${TO}/Archive-Update-in-Progress-${HOSTNAME}"} # Do we need another rsync run? UPDATEREQUIRED="${TO}/Archive-Update-Required-${HOSTNAME}" # Trace file for mirror stats and checks -TRACE=${TRACE:-"project/trace/${HOSTNAME}"} +TRACE=${TRACE:-"project/trace/$(hostname -f)"} # rsync program RSYNC=${RSYNC:-rsync} |