1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh.git synced 2024-09-03 19:46:01 +02:00

Update upgrade

This commit is contained in:
Gredin67 2023-01-12 11:48:10 +01:00 committed by GitHub
parent cfdfa99b34
commit d427bd3ab5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -305,6 +305,12 @@ ynh_script_progression --message="Starting a systemd service..." --weight=1
# Start a systemd service
ynh_systemd_action --service_name=$app --action="start"
# Re-apply permissions to avoid wrong syntax "domain.tld,domain2.tld: admin"
role="user"
yunohost app config set mautrix_whatsapp usermanagement.config.role
role="admin"
yunohost app config set mautrix_whatsapp usermanagement.config.role
role="relay"
yunohost app config set mautrix_whatsapp usermanagement.config.role
#=================================================