web-add.sh can be in new path

This commit is contained in:
Gregory Colpart 2017-09-14 01:10:37 +02:00
parent 80a2d4a2b6
commit 1b843937b0

View file

@ -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(){