From 8f29410971469440e6bb695fe0b9ea7a87a08553 Mon Sep 17 00:00:00 2001 From: anmol Date: Sun, 1 Nov 2020 01:03:56 +0530 Subject: [PATCH] typo in install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 6be2d38..1fe561a 100755 --- a/scripts/install +++ b/scripts/install @@ -121,7 +121,7 @@ ynh_script_progression --message="Modifying a config file..." config="$final_path/.env" cp -f "$final_path/.env.example" "$config" -ynh_replace_string --match_string="SomeRandomStringOf32CharsExactly" --replace_string="$random_key" --target_file="$config" ADLDAP_BASEDN="" +ynh_replace_string --match_string="SomeRandomStringOf32CharsExactly" --replace_string="$random_key" --target_file="$config" ynh_replace_string --match_string="fireflyiiidb" --replace_string="127.0.0.1" --target_file="$config" ynh_replace_string --match_string="DB_DATABASE=firefly" --replace_string="DB_DATABASE=$db_name" --target_file="$config" ynh_replace_string --match_string="secret_firefly_password" --replace_string="$db_pwd" --target_file="$config"