mirror of
https://github.com/YunoHost-Apps/mautrix_telegram_ynh.git
synced 2024-09-03 19:45:55 +02:00
Fix upgrade list permissions variables name
This commit is contained in:
parent
be9d6df2a4
commit
f0e75c5d27
1 changed files with 5 additions and 5 deletions
|
@ -211,11 +211,11 @@ chown -R $app:$app "$install_dir"
|
|||
ynh_script_progression --message="Updating a configuration file..." --weight=2
|
||||
|
||||
# reset permissions to be able to apply_permissions with app_setting values after upgrade
|
||||
listrelaybot=$listrelaybot
|
||||
listuser=$listuser
|
||||
listpuppeting=$listpuppeting
|
||||
listfull=$listfull
|
||||
listadmin=$listadmin
|
||||
listrelaybot_=$listrelaybot
|
||||
listuser_=$listuser
|
||||
listpuppeting_=$listpuppeting
|
||||
listfull_=$listfull
|
||||
listadmin_=$listadmin
|
||||
listrelaybot="*"
|
||||
listuser="@user:domain.tld"
|
||||
listpuppeting="@puppet:domain.tld"
|
||||
|
|
Loading…
Reference in a new issue