diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/ftpsync | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ftpsync b/bin/ftpsync index baf6a12..b046437 100755 --- a/bin/ftpsync +++ b/bin/ftpsync @@ -423,6 +423,7 @@ done if [ -d "`dirname "${TO}/${TRACE}"`" ]; then date -u > "${TO}/${TRACE}" echo "Used ftpsync version: ${VERSION}" >> "${TO}/${TRACE}" + echo "Running on host: $(hostname -f)" >> "${TO}/${TRACE}" fi HOOK=( |