1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotify_ynh.git synced 2024-09-03 20:36:26 +02:00

fix mysql username

This commit is contained in:
Clément 2019-03-10 13:41:32 +01:00
parent 5f840b7eb2
commit cf2763b36e

View file

@ -107,6 +107,7 @@ ynh_system_user_create $app
ynh_backup_if_checksum_is_different "$final_path/config.yml"
cp ../conf/config.yml "$final_path/config.yml"
ynh_replace_string "__APP__" $app "$final_path/config.yml"
ynh_replace_string "__PORT__" $port "$final_path/config.yml"
ynh_replace_string "__DBNAME__" $db_name "$final_path/config.yml"
ynh_replace_string "__DBPASS__" $db_pwd "$final_path/config.yml"