1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh.git synced 2024-09-03 19:46:01 +02:00
This commit is contained in:
Gredin67 2021-01-06 12:33:20 +01:00 committed by GitHub
parent 1edd3f6e52
commit e41ba361d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ ynh_script_progression --message="Loading settings..." --weight=5
app=$YNH_APP_INSTANCE_NAME
final_path=/opt/yunohost/$app
mautrix_config_path="$final_path/conf.yaml"
mautrix_config_path="$final_path/config.yaml"
domain=$(ynh_app_setting_get --app=$app --key=domain)
server_name=$(ynh_app_setting_get --app=$app --key=server_name)