mirror of
https://github.com/YunoHost-Apps/plume_ynh.git
synced 2024-09-03 20:15:54 +02:00
Fixed error in install
This commit is contained in:
parent
009881a57b
commit
cb061d0159
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ ynh_app_setting_set $app domain $domain
|
||||||
ynh_app_setting_set $app path $path_url
|
ynh_app_setting_set $app path $path_url
|
||||||
ynh_app_setting_set $app is_public $is_public
|
ynh_app_setting_set $app is_public $is_public
|
||||||
ynh_app_setting_set $app admin $admin
|
ynh_app_setting_set $app admin $admin
|
||||||
ynh_app_setting_set $app instance $instance
|
ynh_app_setting_set $app instance $instance_name
|
||||||
ynh_app_setting_set $app admin_email $admin_email
|
ynh_app_setting_set $app admin_email $admin_email
|
||||||
ynh_app_setting_set $app registration $registraion
|
ynh_app_setting_set $app registration $registraion
|
||||||
ynh_app_setting_set $app random_key $random_key
|
ynh_app_setting_set $app random_key $random_key
|
||||||
|
|
Loading…
Add table
Reference in a new issue