mirror of
https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh.git
synced 2024-09-03 19:46:01 +02:00
Update install
This commit is contained in:
parent
8d950632d0
commit
ae624d0192
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ bot_synapse_adm=$YNH_APP_ARG_BOT_SYNAPSE_ADM
|
||||||
encryption=$YNH_APP_ARG_ENCRYPTION
|
encryption=$YNH_APP_ARG_ENCRYPTION
|
||||||
botadmin=$YNH_APP_ARG_BOTADMIN
|
botadmin=$YNH_APP_ARG_BOTADMIN
|
||||||
botusers=$YNH_APP_ARG_BOTUSERS
|
botusers=$YNH_APP_ARG_BOTUSERS
|
||||||
if [ "$botusers" = "admin" ]
|
if [ "$botusers" == "admin" ]
|
||||||
then
|
then
|
||||||
botusers=$botadmin
|
botusers=$botadmin
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue