Skip to content

Commit

Permalink
Merge pull request #724 from bwildenhain/master
Browse files Browse the repository at this point in the history
Typo: Greelight -> Greenlight
  • Loading branch information
antobinary authored Feb 12, 2024
2 parents b0edacf + a8a10ea commit 9e0691b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bbb-install-2.6.sh
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,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 @@ -957,10 +957,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 greenlight-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 9e0691b

Please sign in to comment.