legacy force use python instead defined env in script install_console

This commit is contained in:
fbsanchez 2022-01-28 13:44:09 +01:00
parent afd0d58a7e
commit c908925a5f
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ cd /tmp/pandorafms/pandora_console && chmod +x pandora_console_install && yes |
check "Installing the Pandora FMS Console" $?
# Create the Pandora FMS database.
cd /tmp/pandorafms/tests && chmod +x install_console.py && ./install_console.py
cd /tmp/pandorafms/tests && chmod +x install_console.py && python install_console.py
check "Creating the Pandora FMS Database" $?
# Build and install the Pandora FMS Server.