From a159f776499fce5366f442b22c697adc7a588df6 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Wed, 30 Oct 2019 13:25:16 +0100 Subject: [PATCH] Add /usr/share/scripts to the list of possible Git repositories --- evomaintenance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evomaintenance.sh b/evomaintenance.sh index 4820f49..b96ad9c 100755 --- a/evomaintenance.sh +++ b/evomaintenance.sh @@ -482,7 +482,7 @@ fi EVOCHECK_BIN="/usr/share/scripts/evocheck.sh" -GIT_REPOSITORIES="/etc /etc/bind" +GIT_REPOSITORIES="/etc /etc/bind /usr/share/scripts" # initialize variable GIT_STATUSES=""