From 144deb9185a3521a514a0d8bcea5f4e72b940e17 Mon Sep 17 00:00:00 2001 From: frju365 <19982894+frju365@users.noreply.github.com> Date: Sun, 10 Jun 2018 03:05:26 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 7daac4e..a7afd86 100644 --- a/scripts/install +++ b/scripts/install @@ -137,7 +137,7 @@ ynh_replace_string "__PORT__" "$port" "$final_path/lstu.conf" ynh_replace_string "__ADMINPASS__" "$admin_pass" "$final_path/lstu.conf" ynh_replace_string "__ADMINHASH__" "$admin_hash" "$final_path/lstu.conf" ynh_replace_string "__DBNAME__" "$db_name" "$final_path/lstu.conf" -ynh_replace_string "__DBPASS__" "$db_pass" "$final_path/lstu.conf" +ynh_replace_string "__DBPASS__" "$db_pwd" "$final_path/lstu.conf" ynh_replace_string "__DBUSER__" "$db_user" "$final_path/lstu.conf" secret=$(ynh_string_random 24)