1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/teampass_ynh.git synced 2024-09-03 20:26:37 +02:00

Fix password

This commit is contained in:
yalh76 2022-07-03 21:17:48 +02:00
parent b93b50bd3b
commit 1d775411a8

View file

@ -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)"