1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galette_ynh.git synced 2024-09-03 18:36:28 +02:00

Update install

This commit is contained in:
Éric Gaspar 2023-11-11 14:42:00 +01:00
parent 42477aabdb
commit c8bc08435e

View file

@ -22,6 +22,7 @@ timezone="$(cat /etc/timezone)"
db_name=$(ynh_sanitize_dbid --db_name=$app)
db_user=$db_name
ynh_app_setting_set --app=$app --key=db_name --value=$db_name
ynh_app_setting_set --app=$app --key=db_user --value=$db_user
if [ $database == "postgresql" ]
then