mirror of
https://github.com/YunoHost-Apps/my_capsule_ynh.git
synced 2024-09-03 19:46:21 +02:00
Fix subdir
This commit is contained in:
parent
5df90478d9
commit
6e6549d2f2
1 changed files with 3 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue