Skip to content

Commit 9e0691b

Browse files
authored
Merge pull request bigbluebutton#724 from bwildenhain/master
Typo: Greelight -> Greenlight
2 parents b0edacf + a8a10ea commit 9e0691b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bbb-install-2.6.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ install_greenlight_v3(){
849849
install_docker
850850

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

854854
if [ ! -d $GL3_DIR ]; then
855855
mkdir -p $GL3_DIR && say "created $GL3_DIR"
@@ -957,10 +957,10 @@ install_greenlight_v3(){
957957
fi
958958

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

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

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

0 commit comments

Comments
 (0)