From 8db30db0e86c31f362efc3d11d987ea8cc605dc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Sun, 17 Feb 2019 19:02:16 +0100 Subject: [PATCH] store password --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index ea30aac..9b70e23 100755 --- a/scripts/install +++ b/scripts/install @@ -72,6 +72,7 @@ ynh_app_setting_set $app domain $domain ynh_app_setting_set $app path $path_url ynh_app_setting_set $app admin $admin ynh_app_setting_set $app is_public $is_public +ynh_app_setting_set $app password $password #================================================= # STANDARD MODIFICATIONS