From 0c6e339cad92b2da0ce748e8155aa88cf2a47c76 Mon Sep 17 00:00:00 2001 From: alban Date: Wed, 1 Apr 2020 18:41:48 +0000 Subject: [PATCH] Update 'plugins-install.sh' --- plugins-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins-install.sh b/plugins-install.sh index 14fe8ae..54a4dd9 100644 --- a/plugins-install.sh +++ b/plugins-install.sh @@ -19,7 +19,7 @@ cd "$basePath" # maubot_user=maubot # maubot_pass=maubot -[[ -z "$install_dir" ]] || [[ -z "$maubot_user" ]] || [[ -z "$maubot_pass" ]] && panic "Please set variables" +[[ -z "$install_dir" ]] || [[ -z "$maubot_user" ]] || [[ -z "$maubot_pass" ]] || [[ -z "$server_address" ]] && panic "Please set variables" declare -A botList botList[https://github.com/maubot/jesaribot]="A simple bot that replies with an image when you say "jesari"."