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:
parent
b93b50bd3b
commit
1d775411a8
1 changed files with 1 additions and 1 deletions
|
@ -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)"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue