legacy force use python instead defined env in script install_console
This commit is contained in:
parent
afd0d58a7e
commit
c908925a5f
|
@ -27,7 +27,7 @@ cd /tmp/pandorafms/pandora_console && chmod +x pandora_console_install && yes |
|
||||||
check "Installing the Pandora FMS Console" $?
|
check "Installing the Pandora FMS Console" $?
|
||||||
|
|
||||||
# Create the Pandora FMS database.
|
# 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" $?
|
check "Creating the Pandora FMS Database" $?
|
||||||
|
|
||||||
# Build and install the Pandora FMS Server.
|
# Build and install the Pandora FMS Server.
|
||||||
|
|
Loading…
Reference in New Issue