mirror of
https://github.com/YunoHost-Apps/abantecart_ynh.git
synced 2024-09-03 18:06:16 +02:00
Update check_process
This commit is contained in:
parent
cba296084b
commit
3c004dcb0a
1 changed files with 3 additions and 3 deletions
|
@ -4,8 +4,8 @@
|
||||||
domain="domain.tld" (DOMAIN)
|
domain="domain.tld" (DOMAIN)
|
||||||
path="/path" (PATH)
|
path="/path" (PATH)
|
||||||
is_public="Yes" (PUBLIC|public=Yes|private=No)
|
is_public="Yes" (PUBLIC|public=Yes|private=No)
|
||||||
user="john"
|
user="john" (USER)
|
||||||
passwd="admin"
|
passwd="$PASSWORD" (PASSWORD)
|
||||||
email="abc@example.com
|
email="abc@example.com
|
||||||
|
|
||||||
; Checks
|
; Checks
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
upgrade=0
|
upgrade=0
|
||||||
backup_restore=0
|
backup_restore=0
|
||||||
multi_instance=1
|
multi_instance=1
|
||||||
wrong_user=0
|
wrong_user=1
|
||||||
wrong_path=1
|
wrong_path=1
|
||||||
incorrect_path=1
|
incorrect_path=1
|
||||||
corrupt_source=0
|
corrupt_source=0
|
||||||
|
|
Loading…
Add table
Reference in a new issue