mirror of
https://github.com/YunoHost-Apps/teampass_ynh.git
synced 2024-09-03 20:26:37 +02:00
Correction pour avoir la version correcte.
This commit is contained in:
parent
d581d0c271
commit
51d9f0f3eb
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ sed -i "s@__DOMAIN__@$domain@g" ../conf/populate.sql
|
|||
sed -i "s@__PATH__@$path@g" ../conf/populate.sql
|
||||
sed -i "s@__FOLDERS__@$folders@g" ../conf/populate.sql
|
||||
sed -i "s@__ROLES__@$roles@g" ../conf/populate.sql
|
||||
sed -i "s@__VERSION__@$(cat $final_path/changelog.md | head -1)@g" ../conf/populate.sql
|
||||
sed -i "s@__VERSION__@$(sed -n 2p $final_path/changelog.md)@g" ../conf/populate.sql
|
||||
sed -i "s@__TIMEZONE__@$(cat /etc/timezone)@g" ../conf/populate.sql
|
||||
sed -i "s@__BCRYPT_MDP__@$(php ../conf/mdphash.php $password_admin)@g" ../conf/populate.sql
|
||||
sed -i "s@__LANG__@$langue@g" ../conf/populate.sql
|
||||
|
|
Loading…
Add table
Reference in a new issue