mirror of
https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh.git
synced 2024-09-03 19:46:01 +02:00
Fix upgrade when restoring permissions
This commit is contained in:
parent
35b2cfc688
commit
16208c1f17
1 changed files with 3 additions and 3 deletions
|
@ -289,9 +289,9 @@ listuser=$listuser_
|
|||
listadmin=$listadmin_
|
||||
|
||||
# apply_permissions to have correct syntax in config file
|
||||
yunohost app config set $app main.permissions.listrelay -v "$listrelay"
|
||||
yunohost app config set $app main.permissions.listuser -v "$listuser"
|
||||
yunohost app config set $app main.permissions.listadmin -v "$listadmin"
|
||||
set__listuser
|
||||
set__listrelay
|
||||
set__listadmin
|
||||
|
||||
#=================================================
|
||||
# REGISTER SYNAPSE APP-SERVICE
|
||||
|
|
Loading…
Add table
Reference in a new issue