From 35675c217b4850da43d2a024c327d3c854b19829 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 7 Jul 2021 10:24:30 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 86f89f8..862bf3d 100644 --- a/scripts/install +++ b/scripts/install @@ -94,7 +94,7 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) cp ../conf/password.php $final_path/ynh_password.php cd $final_path -hash=$(php ynh_password.php $admin_pwd) +hash=$(php ynh_password.php $password) rm ynh_password.php cd - # mail=$(ynh_user_get_info $admin mail)