1
0
Fork 0
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:
yalh76 2021-07-14 16:25:18 +02:00
parent 5df90478d9
commit 6e6549d2f2

View file

@ -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