From 86cba9970890a31e04c4758adef6668163b62477 Mon Sep 17 00:00:00 2001 From: Gredin67 Date: Wed, 9 Feb 2022 00:09:02 +0100 Subject: [PATCH] typo --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 9a76a0c..ae5b401 100755 --- a/scripts/install +++ b/scripts/install @@ -29,7 +29,7 @@ bot_synapse_adm=$YNH_APP_ARG_BOT_SYNAPSE_ADM encryption=$YNH_APP_ARG_ENCRYPTION botadmin=$YNH_APP_ARG_BOTADMIN botusers=$YNH_APP_ARG_BOTUSERS -if [ "$botusers" = "admin" ] +if [ "$botusers" == "admin" ] then botusers=$botadmin fi