From 0d885b8bcfc49a4b014efb184c1e4b2a830d8e5b Mon Sep 17 00:00:00 2001 From: Gredin67 Date: Wed, 2 Feb 2022 11:01:47 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 52db0c7..e0d61fc 100755 --- a/scripts/install +++ b/scripts/install @@ -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