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:
parent
5f840b7eb2
commit
cf2763b36e
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue