mirror of
https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh.git
synced 2024-09-03 19:46:01 +02:00
Update install
This commit is contained in:
parent
33a575dfe1
commit
ccc498be47
1 changed files with 2 additions and 2 deletions
|
@ -264,12 +264,12 @@ ynh_replace_string --match_string="uri: mautrix-whatsapp.db" --replace_string="u
|
||||||
|
|
||||||
# The unique ID of this appservice.
|
# The unique ID of this appservice.
|
||||||
#id: whatsapp
|
#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.
|
# Appservice bot details.
|
||||||
#bot:
|
#bot:
|
||||||
# Username of the appservice bot.
|
# Username of the appservice bot.
|
||||||
#username: whatsappbot
|
#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.
|
# Maximum number of connections. Mostly relevant for Postgres.
|
||||||
|
|
Loading…
Add table
Reference in a new issue