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
cb061d0159
commit
8109f4f36c
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ 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_name
|
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 $registration
|
||||||
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