mirror of
https://github.com/YunoHost-Apps/concrete5_ynh.git
synced 2024-09-03 18:25:54 +02:00
Fix test upgrade
This commit is contained in:
parent
9c32930ac2
commit
ccac4ee292
1 changed files with 5 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
|||
;; Test complet
|
||||
; Manifest
|
||||
domain="domain.tld"
|
||||
path="/path"
|
||||
admin="john"
|
||||
domain="domain.tld" (DOMAIN)
|
||||
path="/path" (PATH)
|
||||
admin="john" (USER)
|
||||
language="fr_FR"
|
||||
is_public=1
|
||||
is_public=1 (PUBLIC|public=1|private=0)
|
||||
password="1Strong-Password"
|
||||
website_title="site"
|
||||
; Checks
|
||||
|
@ -27,4 +27,4 @@ Notification=none
|
|||
;;; Upgrade options
|
||||
; commit=7c7c41cbc261757781e420004186012b5f455f67
|
||||
name=8.5.2~ynh1
|
||||
manifest_arg=domain=DOMAIN&path=PATH&admin_name=john&language=fr_FR&is_public=1&password=1Strong-Password&website_title=666&
|
||||
manifest_arg=domain=DOMAIN&path=PATH&admin_name=USER&language=fr_FR&is_public=1&admin_pass=1Strong-Password&website_title=666&
|
||||
|
|
Loading…
Add table
Reference in a new issue