Commit a78654232045c525d41cdc496a416c7e8ed8ee44

Authored by Etienne Pallier
1 parent c323e28e
Exists in dev

bugfix stderr dans install.py

install/install.py
... ... @@ -298,7 +298,6 @@ def install_database(venv):
298 298 # --- Creating database and creating and granting user pyros
299 299 # --------------------------------------------
300 300 user_ros_is_created = True
301   -
302 301 if sql_version<5.5:
303 302 print(Colors.LOG_BLUE +"------------------ Check if the user pyros exists in MYSQL (type the pyros password) -----------------------------" + Colors.END)
304 303 # --- We are testing if user pyros already exists in the database
... ...
src/core/pyros_django/.gitignore 0 → 100644
... ... @@ -0,0 +1,2 @@
  1 +/client.log
  2 +/**/client.log
... ...
src/core/pyros_django/agent/.gitignore
1   -/client.log
  1 +client.log
... ...