Fix db_user
This commit is contained in:
@@ -227,7 +227,6 @@ cp -f ../conf/config.sample.yml "$final_path/config.yml"
|
||||
|
||||
#ynh_replace_string "match_string" "replace_string" "$final_path/config.yml"
|
||||
ynh_replace_string "__PORT__" "$port" "$final_path/config.yml"
|
||||
ynh_replace_string "__DB_USER__" "$db_user" "$final_path/config.yml"
|
||||
ynh_replace_string "__DB_PWD__" "$db_pwd" "$final_path/config.yml"
|
||||
ynh_replace_string "__DB_NAME__" "$db_name" "$final_path/config.yml"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user