summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJoerg Jaspert <joerg@debian.org>2008-09-28 20:14:46 +0200
committerJoerg Jaspert <joerg@debian.org>2008-09-28 20:14:46 +0200
commit8f21b92ffb6dbeb22fbbdf265fb1efaa748aabbb (patch)
treeae04da7ec91bc9fc0101c5cae8aa05867ebd4d18 /bin
parentc7ab21469decf84d74cdb6996264d0e67788682c (diff)
Use it
and use the variable. Signed-off-by: Joerg Jaspert <joerg@debian.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ftpsync2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ftpsync b/bin/ftpsync
index b7b633b..49be577 100755
--- a/bin/ftpsync
+++ b/bin/ftpsync
@@ -202,7 +202,7 @@ while [ -e "${UPDATEREQUIRED}" ]; do
done
if [ -d "${TO}/project/trace" ]; then
- date -u > "${TO}/project/trace/${HOSTNAME}"
+ date -u > "${TO}/${TRACE}"
fi
if [ -n "${HOOK4}" ]; then