From 63ed1fa393fc94970937d289e8c81c6a766f53f4 Mon Sep 17 00:00:00 2001 From: vgilc Date: Wed, 20 Jul 2011 09:04:54 +0000 Subject: [PATCH] 2011-07-20 Vanessa Gil * pandora_console_install.php: Changed Pandora home directory. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4592 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 9 ++------- pandora_console/pandora_console_install | 6 +++--- 2 files changed, 5 insertions(+), 10 deletions(-) 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" ]