mirror of
https://github.com/YunoHost-Apps/libreto_ynh.git
synced 2024-09-03 19:36:14 +02:00
[fix] Instance missing on test
This commit is contained in:
parent
d927cb5057
commit
cb27badf78
2 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
domain="domain.tld" (DOMAIN)
|
||||
path="/path" (PATH)
|
||||
admin="john" (USER)
|
||||
etherpad_instance=""
|
||||
etherpad_instance="https://annuel2.framapad.org"
|
||||
is_public=1 (PUBLIC|public=1|private=0)
|
||||
creation_open=1
|
||||
; Checks
|
||||
|
|
|
@ -51,9 +51,9 @@ ynh_webpath_register $app $domain $path_url
|
|||
# STORE SETTINGS FROM MANIFEST
|
||||
#=================================================
|
||||
|
||||
ynh_app_setting_set $app domain $domain
|
||||
ynh_app_setting_set $app path $path_url
|
||||
ynh_app_setting_set $app etherpad_instance $etherpad_instance
|
||||
ynh_app_setting_set $app domain "$domain"
|
||||
ynh_app_setting_set $app path "$path_url"
|
||||
ynh_app_setting_set $app etherpad_instance "$etherpad_instance"
|
||||
ynh_app_setting_set $app is_public $is_public
|
||||
ynh_app_setting_set $app creation_open $creation_open
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue