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 2018-03-11 12:16:37 +01:00 committed by GitHub
parent 0a3a319f13
commit 53bef69946
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,6 @@ 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_user "$admin_user"
ynh_app_setting_set "$app" secret "$secret" ynh_app_setting_set "$app" secret "$secret"
#================================================= #=================================================