From 1d775411a894124d2781ddc22ab4c1279637b2b1 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 3 Jul 2022 21:17:48 +0200 Subject: [PATCH] Fix password --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 3a8b0ef..030761f 100644 --- a/scripts/install +++ b/scripts/install @@ -109,7 +109,7 @@ ynh_add_nginx_config ynh_script_progression --message="Filling the database..." version="$(sed -n 3p $final_path/changelog.txt)" -bcrypt_mdp="$(php $final_path/mdphash.php $password_admin)" +bcrypt_mdp="$(php $final_path/mdphash.php $password)" timezone="$(cat /etc/timezone)" time="$(date +%s)"