From fd82891724b0387dae8b24965e7a994817edd1bd Mon Sep 17 00:00:00 2001 From: DDATAA <45762540+Ddataa@users.noreply.github.com> Date: Wed, 2 Nov 2022 21:50:54 +0000 Subject: [PATCH] Update install --- scripts/install | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/scripts/install b/scripts/install index 1b25bf4..956670c 100644 --- a/scripts/install +++ b/scripts/install @@ -76,19 +76,6 @@ if ! [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then yunohost domain config set $sandboxdomain -a "mail_in=0&mail_out=0" fi -#================================================= -# CHECK IF THE MAIN DOMAIN IS ALREADY SETUP WITH CORRECT CERTIFICATE WHEN PUBLIC -#================================================= -# We don't test that in CI -if ! [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then - if [ $is_public -eq 1 ] - then - if ! yunohost domain cert status $domain | grep -q "summary: Great!"; then - ynh_die "The domain $domain does not have correct Let's Encrypt certificates !" - fi - fi -fi - #================================================= # INSTALL DEPENDENCIES #=================================================