From 99480c190ede444c983b674546528dbeb689b4c7 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 9 Jan 2016 09:38:03 +0100 Subject: Use proper path to master --- bin/ftpsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/ftpsync b/bin/ftpsync index c9512fb..cd6370f 100755 --- a/bin/ftpsync +++ b/bin/ftpsync @@ -193,7 +193,7 @@ tracefile() { rfc822date=$(LC_ALL=POSIX LANG=POSIX date -u -R) echo "Date: ${rfc822date}" - FILESOA=$(awk -F": " ' $1=="Archive serial" {print $2}' master || echo unknown ) + FILESOA=$(awk -F": " ' $1=="Archive serial" {print $2}' ${TO}/project/trace/master || echo unknown ) echo "Archive serial: ${FILESOA}" echo "Used ftpsync version: ${VERSION}" -- cgit v1.2.3