From 1b843937b06c15989f0b5f11368328c122e14d80 Mon Sep 17 00:00:00 2001 From: Gregory Colpart Date: Thu, 14 Sep 2017 01:10:37 +0200 Subject: [PATCH] web-add.sh can be in new path --- evocheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evocheck.sh b/evocheck.sh index 5089299..34069be 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -102,7 +102,7 @@ fi # Functions is_pack_web(){ - test -e /usr/share/scripts/web-add.sh + test -e /usr/share/scripts/web-add.sh || test -e /usr/share/scripts/evoadmin/web-add.sh } is_pack_samba(){