diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index bd4741d194..04024e33d8 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,11 +1,6 @@ -2011-07-20 Sergio Martin +2011-07-20 Vanessa Gil - * godmode/agentes/agent_manager.php: Fixed a not found image - error with the agent icons - -2011-07-20 Junichi Satoh - - * extras/pandoradb_migrate_v3.2_to_v4.0.sql: Added missing ';'. + * pandora_console_install.php: Changed Pandora home directory. 2011-07-19 Sergio Martin diff --git a/pandora_console/pandora_console_install b/pandora_console/pandora_console_install index a659e9e8ed..2a8db9b37b 100755 --- a/pandora_console/pandora_console_install +++ b/pandora_console/pandora_console_install @@ -67,7 +67,7 @@ uninstall () { if [ "$DISTRO" = "UBUNTU" ] then - PANDORA_HOME=/var/www/pandora + PANDORA_HOME=/var/www/pandora_console else if [ "$DISTRO" = "RHEL_CENTOS" ] then @@ -81,7 +81,7 @@ uninstall () { then PANDORA_HOME="/usr/local/www/data/pandora_console /usr/local/www/apache22/data/pandora_console" else - PANDORA_HOME=/srv/www/htdocs/pandora + PANDORA_HOME=/srv/www/htdocs/pandora_console fi fi fi @@ -100,7 +100,7 @@ install () { if [ "$DISTRO" = "UBUNTU" ] then - PANDORA_HOME=/var/www/pandora + PANDORA_HOME=/var/www/pandora_console PANDORA_CONF=$PANDORA_HOME/include/config.php else if [ "$DISTRO" = "RHEL_CENTOS" ]