From e3cc67925a4c75f14af06f031c3bb17d23e1a8f3 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 6 Jan 2016 21:58:44 +0100 Subject: fix variable name --- bin/ftpsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ftpsync b/bin/ftpsync index 2527bb3..bf19183 100755 --- a/bin/ftpsync +++ b/bin/ftpsync @@ -354,7 +354,7 @@ UPDATEREQUIRED="${TO}/Archive-Update-Required-${MIRRORNAME}" # Trace file for mirror stats and checks (make sure we get full hostname) TRACE=${TRACE:-"project/trace/${MIRRORNAME}"} TRACEHIERARCHY=${TRACEHIERARCHY:-"project/trace/_hierachy"} -TRACELIST=${TRACEHIERARCHY:-"project/trace/_traces"} +TRACELIST=${TRACELIST:-"project/trace/_traces"} # The trace file can have different format/contents. Here you can select # what it will be. # Possible values are -- cgit v1.2.3