diff --git a/install/install.py b/install/install.py index 41b1541..f4b9f67 100755 --- a/install/install.py +++ b/install/install.py @@ -298,6 +298,7 @@ def install_database(venv): # --- Creating database and creating and granting user pyros # -------------------------------------------- user_ros_is_created = True + if sql_version<5.5: print(Colors.LOG_BLUE +"------------------ Check if the user pyros exists in MYSQL (type the pyros password) -----------------------------" + Colors.END) # --- We are testing if user pyros already exists in the database -- libgit2 0.21.2