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
|
;; Test complet
|
||||||
; Manifest
|
; Manifest
|
||||||
domain="domain.tld"
|
domain="domain.tld"
|
||||||
path="/path"
|
|
||||||
with_sftp=1
|
with_sftp=1
|
||||||
language="fr"
|
language="fr"
|
||||||
is_public=1
|
is_public=1
|
||||||
|
@ -9,7 +8,7 @@
|
||||||
password="1Strong-Password"
|
password="1Strong-Password"
|
||||||
; Checks
|
; Checks
|
||||||
pkg_linter=1
|
pkg_linter=1
|
||||||
setup_sub_dir=1
|
setup_sub_dir=0
|
||||||
setup_root=1
|
setup_root=1
|
||||||
setup_nourl=0
|
setup_nourl=0
|
||||||
setup_private=1
|
setup_private=1
|
||||||
|
@ -22,25 +21,23 @@
|
||||||
;; Test without sftp
|
;; Test without sftp
|
||||||
; Manifest
|
; Manifest
|
||||||
domain="domain.tld"
|
domain="domain.tld"
|
||||||
path="/path"
|
|
||||||
with_sftp=0
|
with_sftp=0
|
||||||
password=""
|
password=""
|
||||||
is_public=1
|
is_public=1
|
||||||
with_mysql=1
|
with_mysql=1
|
||||||
; Checks
|
; Checks
|
||||||
setup_sub_dir=1
|
setup_sub_dir=0
|
||||||
upgrade=1
|
upgrade=1
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
;; Test without mysql
|
;; Test without mysql
|
||||||
; Manifest
|
; Manifest
|
||||||
domain="domain.tld"
|
domain="domain.tld"
|
||||||
path="/path"
|
|
||||||
with_sftp=1
|
with_sftp=1
|
||||||
password="1Strong-Password"
|
password="1Strong-Password"
|
||||||
is_public=1
|
is_public=1
|
||||||
with_mysql=0
|
with_mysql=0
|
||||||
; Checks
|
; Checks
|
||||||
setup_sub_dir=1
|
setup_sub_dir=0
|
||||||
upgrade=1
|
upgrade=1
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
;;; Options
|
;;; Options
|
||||||
|
|
Loading…
Add table
Reference in a new issue