1
0
Fork 0
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:
Krakinou 2018-11-24 13:53:13 +01:00 committed by GitHub
parent c4c9b88499
commit b608e0f1c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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