From ccc498be47f080a093bc2a19dc9f1e0e222602d6 Mon Sep 17 00:00:00 2001 From: Gredin67 <35761345+Gredin67@users.noreply.github.com> Date: Wed, 15 Apr 2020 23:29:47 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index c84f3fc..1592582 100755 --- a/scripts/install +++ b/scripts/install @@ -264,12 +264,12 @@ ynh_replace_string --match_string="uri: mautrix-whatsapp.db" --replace_string="u # The unique ID of this appservice. #id: whatsapp - ynh_replace_string --match_string="id: whatsapp" --replace_string="id: $app" --target_file="$final_path/config.yaml" + ynh_replace_string --match_string="id: whatsapp" --replace_string="id: $whatsappbot" --target_file="$final_path/config.yaml" # Appservice bot details. #bot: # Username of the appservice bot. #username: whatsappbot - ynh_replace_string --match_string="username: whatsappbot" --replace_string="username: $mautrix_whatsapp_user" --target_file="$final_path/config.yaml" + ynh_replace_string --match_string="username: whatsappbot" --replace_string="username: $whatsappbot" --target_file="$final_path/config.yaml" # Maximum number of connections. Mostly relevant for Postgres.