Update 'plugins-install.sh'

This commit is contained in:
alban 2020-04-01 18:41:48 +00:00
parent 0e0a62abc7
commit 0c6e339cad
1 changed files with 1 additions and 1 deletions

View File

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