From 6e6549d2f29ae574511324152ac6fdeb82277c83 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 14 Jul 2021 16:25:18 +0200 Subject: [PATCH] Fix subdir --- check_process | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/check_process b/check_process index ea6f521..f5ed8b8 100644 --- a/check_process +++ b/check_process @@ -1,7 +1,6 @@ ;; Test complet ; Manifest domain="domain.tld" - path="/path" with_sftp=1 language="fr" is_public=1 @@ -9,7 +8,7 @@ password="1Strong-Password" ; Checks pkg_linter=1 - setup_sub_dir=1 + setup_sub_dir=0 setup_root=1 setup_nourl=0 setup_private=1 @@ -22,25 +21,23 @@ ;; Test without sftp ; Manifest domain="domain.tld" - path="/path" with_sftp=0 password="" is_public=1 with_mysql=1 ; Checks - setup_sub_dir=1 + setup_sub_dir=0 upgrade=1 backup_restore=1 ;; Test without mysql ; Manifest domain="domain.tld" - path="/path" with_sftp=1 password="1Strong-Password" is_public=1 with_mysql=0 ; Checks - setup_sub_dir=1 + setup_sub_dir=0 upgrade=1 backup_restore=1 ;;; Options