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