mirror of
https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh.git
synced 2024-09-03 19:46:01 +02:00
" ' issues
This commit is contained in:
parent
a239cd90f5
commit
0fd862344b
1 changed files with 4 additions and 4 deletions
|
@ -319,16 +319,16 @@ echo "domain"
|
|||
echo "admin"
|
||||
if [ "$botusers" = "domain" ]
|
||||
then
|
||||
ynh_replace_string --match_string='"example.com": user' --replace_string='"$server_name": user' --target_file='$final_path/config.yaml'
|
||||
ynh_replace_string --match_string='"example.com": user' --replace_string='"$server_name": user' --target_file="$final_path/config.yaml"
|
||||
elif [ "$botusers" = "admin" ]
|
||||
then
|
||||
ynh_replace_string --match_string='"example.com": user' --replace_string='#"example.com": user' --target_file='$final_path/config.yaml'
|
||||
ynh_replace_string --match_string='"example.com": user' --replace_string='#"example.com": user' --target_file="$final_path/config.yaml"
|
||||
else
|
||||
ynh_replace_string --match_string='"example.com": user' --replace_string='"$botusers": user' --target_file='$final_path/config.yaml'
|
||||
ynh_replace_string --match_string='"example.com": user' --replace_string='"$botusers": user' --target_file="$final_path/config.yaml"
|
||||
fi
|
||||
|
||||
# "@admin:example.com": admin
|
||||
ynh_replace_string --match_string='"@admin:example.com": admin' --replace_string='"$botadmin": admin' --target_file='$final_path/config.yaml'
|
||||
ynh_replace_string --match_string='"@admin:example.com": admin' --replace_string='"$botadmin": admin' --target_file="$final_path/config.yaml"
|
||||
|
||||
# relaybot:
|
||||
# # Whether or not relaybot support is enabled.
|
||||
|
|
Loading…
Add table
Reference in a new issue