diff options
Diffstat (limited to 'check_process')
| -rw-r--r-- | check_process | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/check_process b/check_process index f5e4602..12c74c8 100644 --- a/check_process +++ b/check_process @@ -2,8 +2,9 @@ auto_remove=1 ; Manifest domain="domain.tld" (DOMAIN) - admin="john" (USER) - language="fr_FR" + admin="john" (USER) + language="fr_FR" + is_public=1 (PUBLIC|public=1|private=0) ; Checks pkg_linter=1 setup_sub_dir=0 @@ -14,6 +15,8 @@ upgrade=1 # 3.1.2~ynh2 upgrade=1 from_commit=7e1f4c2dee5f2c8374686aea62f4648cdf2722c3 + # 3.1.2~ynh3 + upgrade=1 from_commit=6b30109fc986d83166b1805ec3ad7e28200e3743 backup_restore=1 multi_instance=1 # This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version. |
