From f0f93c7df39e45fe669825276fa71bfa4c200210 Mon Sep 17 00:00:00 2001 From: frju365 Date: Thu, 28 Dec 2017 22:45:37 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 47d93bb..f6d8833 100644 --- a/scripts/install +++ b/scripts/install @@ -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 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" #=================================================