1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodebb_ynh.git synced 2024-09-03 19:46:29 +02:00

Update install

This commit is contained in:
frju365 2017-12-28 22:45:37 +01:00 committed by GitHub
parent fb28241db1
commit f0f93c7df3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,7 @@ test ! -e "$final_path" || ynh_die "This path already contains a folder"
ynh_app_setting_set $app domain $domain ynh_app_setting_set $app domain $domain
ynh_app_setting_set $app is_public $is_public ynh_app_setting_set $app is_public $is_public
ynh_app_setting_set "$app" admin_name "$admin_name" ynh_app_setting_set "$app" admin_user "$admin_user"
ynh_app_setting_set "$app" secret "$secret" ynh_app_setting_set "$app" secret "$secret"
#================================================= #=================================================