mirror of
https://github.com/YunoHost-Apps/mautrix_signal_ynh.git
synced 2024-09-03 19:46:07 +02:00
Update install
This commit is contained in:
parent
66c49f0377
commit
0d885b8bcf
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ bot_synapse_adm=true
|
|||
encryption=false
|
||||
botadmin=$YNH_APP_ARG_BOTADMIN
|
||||
botusers=$YNH_APP_ARG_BOTUSERS
|
||||
if [ "$botusers" = "admin" ]
|
||||
if [ "$botusers" == "admin" ]
|
||||
then
|
||||
botusers=$botadmin
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue