mirror of
https://github.com/YunoHost-Apps/prestashop_ynh.git
synced 2024-09-03 20:06:39 +02:00
Change check_process pour tester l'update
This commit is contained in:
parent
203a62b842
commit
9e7c1e7b10
1 changed files with 17 additions and 18 deletions
|
@ -8,7 +8,6 @@
|
||||||
passwd="$PASSWORD" (PASSWORD)
|
passwd="$PASSWORD" (PASSWORD)
|
||||||
email="abc@example.com"
|
email="abc@example.com"
|
||||||
language="fr_FR"
|
language="fr_FR"
|
||||||
|
|
||||||
; Checks
|
; Checks
|
||||||
pkg_linter=1
|
pkg_linter=1
|
||||||
setup_sub_dir=1
|
setup_sub_dir=1
|
||||||
|
@ -16,16 +15,16 @@
|
||||||
setup_nourl=0
|
setup_nourl=0
|
||||||
setup_private=1
|
setup_private=1
|
||||||
setup_public=1
|
setup_public=1
|
||||||
upgrade=0
|
upgrade=1
|
||||||
backup_restore=0
|
backup_restore=1
|
||||||
multi_instance=1
|
multi_instance=1
|
||||||
wrong_user=1
|
wrong_user=1
|
||||||
wrong_path=1
|
wrong_path=1
|
||||||
incorrect_path=1
|
incorrect_path=1
|
||||||
corrupt_source=1
|
corrupt_source=0
|
||||||
fail_download_source=1
|
fail_download_source=0
|
||||||
port_already_use=0
|
port_already_use=0
|
||||||
final_path_already_use=1
|
final_path_already_use=0
|
||||||
;;; Levels
|
;;; Levels
|
||||||
Level 1=auto
|
Level 1=auto
|
||||||
Level 2=auto
|
Level 2=auto
|
||||||
|
|
Loading…
Add table
Reference in a new issue