From fdfab822c818b0699b301aca14cb86e68865b67e Mon Sep 17 00:00:00 2001 From: Marek Miklewicz Date: Sat, 13 Jun 2026 22:17:24 +0200 Subject: [PATCH] Remove invalid http_methods CustomBuild option --- dapostinstall.sh | 6 ------ tests/quality_checks.sh | 1 + 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/dapostinstall.sh b/dapostinstall.sh index ce69140..506bc09 100755 --- a/dapostinstall.sh +++ b/dapostinstall.sh @@ -469,12 +469,6 @@ cd $DADIR/data/templates/custom cp ../dns_txt.conf . echo '_dmarc="v=DMARC1;p=quarantine;pct=100;sp=none;fo=0:d:s;aspf=s;adkim=r;"' >> dns_txt.conf -echo "Dopuszczenie wszystkich metod HTTPD" - -cd $CBDIR -da build set http_methods ALL -da build rewrite_confs - echo "Instalacja composera" cd $CBDIR da build composer diff --git a/tests/quality_checks.sh b/tests/quality_checks.sh index 56e4f68..79815ef 100644 --- a/tests/quality_checks.sh +++ b/tests/quality_checks.sh @@ -154,6 +154,7 @@ assert_file_contains "$ROOT_DIR/dapostinstall.sh" 'da build rewrite_confs' assert_file_not_contains "$ROOT_DIR/dapostinstall.sh" 'eximconf_release' assert_file_not_contains "$ROOT_DIR/dapostinstall.sh" '\./build' assert_file_not_contains "$ROOT_DIR/dapostinstall.sh" '^[[:space:]]*\$CBDIR/build' +assert_file_not_contains "$ROOT_DIR/dapostinstall.sh" 'http_methods' assert_file_contains "$ROOT_DIR/dapostinstall.sh" 'da build set eximconf yes' assert_file_contains "$ROOT_DIR/dapostinstall.sh" 'da build exim_conf' assert_file_contains "$ROOT_DIR/dapostinstall.sh" 'build_php_extension "\$ioncube" "php_ioncube"'