From 68d88abb7c554474c90ae7e7c9617ad48f33df22 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Tue, 26 Mar 2019 15:03:57 +0100 Subject: [PATCH] evocheck is disabled by default the feature is not completely ready --- evomaintenance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evomaintenance.sh b/evomaintenance.sh index 7324737..6b9a4d9 100755 --- a/evomaintenance.sh +++ b/evomaintenance.sh @@ -298,7 +298,7 @@ HOOK_MAIL=${HOOK_MAIL:-"1"} DRY_RUN=${DRY_RUN:-"0"} VERBOSE=${VERBOSE:-"0"} AUTO=${AUTO:-"0"} -EVOCHECK=${EVOCHECK:-"1"} +EVOCHECK=${EVOCHECK:-"0"} GIT_STATUS_MAX_LINES=${GIT_STATUS_MAX_LINES:-20} # initialize variables