1
0
Fork 0
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:
Gredin67 2022-02-02 11:01:47 +01:00 committed by GitHub
parent 66c49f0377
commit 0d885b8bcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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