File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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!"
You can’t perform that action at this time.
0 commit comments