mirror of
https://github.com/YunoHost-Apps/emailpoubelle_ynh.git
synced 2024-09-03 18:26:29 +02:00
Update install
This commit is contained in:
parent
c4c9b88499
commit
b608e0f1c8
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ sudo cp -R ../src/* $final_path
|
|||
sudo cp ../conf/index_source.php $final_path/www/index.php
|
||||
|
||||
#generating random password for database
|
||||
db_pwd=$(dd if=/dev/urandom bs=1 count=200 2> /dev/null | tr -c -d '[A-Za-z0-9]' | sed -n 's/\(.\{24\}\).*/\1/p')
|
||||
db_pwd=$(ynh_string_random)
|
||||
|
||||
#Temporaire - mettre en config
|
||||
ln -s $final_path/lang/fr $final_path/lang/fr_FR
|
||||
|
|
Loading…
Add table
Reference in a new issue