From 8814edfbaff2b2b8cd43f8071bb3440285693249 Mon Sep 17 00:00:00 2001 From: DDATAA <45762540+Ddataa@users.noreply.github.com> Date: Sat, 22 Oct 2022 14:32:33 +0000 Subject: [PATCH] Update install --- scripts/install | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 059bc19..69ffa68 100644 --- a/scripts/install +++ b/scripts/install @@ -192,7 +192,10 @@ chgrp -R www-data $final_path #================================================= # COPY NGINX CONF IN SANDBOX DOMAIN #================================================= -ynh_add_config --template="/etc/nginx/conf.d/$domain.d/cryptpad.conf" --destination="/etc/nginx/conf.d/$sandboxdomain.d/cryptpad.conf" +# We don't test that in CI +if ! [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then + ynh_add_config --template="/etc/nginx/conf.d/$domain.d/cryptpad.conf" --destination="/etc/nginx/conf.d/$sandboxdomain.d/cryptpad.conf" +fi #================================================= # RELOAD NGINX