0779bf44084776ce790a66ca1ceca29deec9ce82
max
  Fri Nov 14 11:55:52 2025 -0800
fixing gbic script error, email from David Hoover

diff --git src/product/installer/browserSetup.sh src/product/installer/browserSetup.sh
index d6f12239337..a1e678735ed 100755
--- src/product/installer/browserSetup.sh
+++ src/product/installer/browserSetup.sh
@@ -851,30 +851,31 @@
         mysqlStrictModeOff
 
         # start mariadb now
         startMysql
 
         secureMysql
         SET_MYSQL_ROOT=1
 
     else
         echo2 Mysql already installed
     fi
 
     # Mariadb connector for python3 and hgGeneGraph
     if yum list python3-mysqlclient 2> /dev/null ; then
         yum install -y python3-mysqlclient python3 python3-devel mariadb-connector-c mariadb-common mariadb-connector-c-devel wget gcc
+    fi
 
     # open port 80 in firewall
     if which firewall-cmd ; then
         echo2 Opening port HTTP/80 in firewall using the command firewall-cmd
         sudo firewall-cmd --zone=public --permanent --add-service=http
         sudo firewall-cmd --reload
     fi
 }
 
 function installOsxDevTools () 
 # make sure that the xcode command line tools are installed
 {
    # check for xcode
    if [ -f /usr/bin/xcode-select 2> /dev/null > /dev/null ]; then
        echo2 Found XCode