Skip to content

Commit

Permalink
Merge pull request #726 from bwildenhain/v3.0.x-release
Browse files Browse the repository at this point in the history
Typo: greelight -> greenlight
  • Loading branch information
antobinary authored Feb 12, 2024
2 parents 791fe97 + be35a55 commit fc40d50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bbb-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ install_greenlight_v3(){
install_docker

# Preparing and checking the enviroment.
say "preparing and checking the enviroment to install/update greelight-v3..."
say "preparing and checking the enviroment to install/update greenlight-v3..."

if [ ! -d $GL3_DIR ]; then
mkdir -p $GL3_DIR && say "created $GL3_DIR"
Expand Down Expand Up @@ -947,10 +947,10 @@ install_greenlight_v3(){
fi

# For backward compatibility, any already installed greenlight-v2 application will remain but it will not be the default frontend for BigBluebutton.
# To access greelight-v2 an explicit /b relative root needs to be indicated, otherwise greelight-v3 will be served by default.
# To access greenlight-v2 an explicit /b relative root needs to be indicated, otherwise greelight-v3 will be served by default.

# Disabling the greenlight-v2 redirection rule.
disable_nginx_site greenlight-redirect.nginx && say "found greelight-v2 redirection rule and disabled it!"
disable_nginx_site greenlight-redirect.nginx && say "found greenlight-v2 redirection rule and disabled it!"

# Disabling the Bigbluebutton default Welcome page frontend.
disable_nginx_site default-fe.nginx && say "found default bbb-fe 'Welcome' and disabled it!"
Expand Down

0 comments on commit fc40d50

Please sign in to comment.