diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/ftpsync | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ftpsync b/bin/ftpsync index 0085b05..9cdc160 100755 --- a/bin/ftpsync +++ b/bin/ftpsync @@ -217,7 +217,7 @@ else MAILTO=${MAILTO:-"mirrorlogs@debian.org"} fi # Want errors only or every log? -ERRORSONLY=${ERRORSONLY:-"false"} +ERRORSONLY=${ERRORSONLY:-"true"} # How to rotate our log SAVELOG=${SAVELOG:-"savelog -t -c 14"} |