From 8f21b92ffb6dbeb22fbbdf265fb1efaa748aabbb Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sun, 28 Sep 2008 20:14:46 +0200 Subject: Use it and use the variable. Signed-off-by: Joerg Jaspert --- bin/ftpsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3