Remove invalid http_methods CustomBuild option
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"'
|
||||
|
||||
Reference in New Issue
Block a user