2011-07-20 Vanessa Gil <vanessa.gil@artica.es>

* 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
This commit is contained in:
vgilc 2011-07-20 09:04:54 +00:00
parent 62d9f7cf3d
commit 63ed1fa393
2 changed files with 5 additions and 10 deletions

View File

@ -1,11 +1,6 @@
2011-07-20 Sergio Martin <sergio.martin@artica.es> 2011-07-20 Vanessa Gil <vanessa.gil@artica.es>
* godmode/agentes/agent_manager.php: Fixed a not found image * pandora_console_install.php: Changed Pandora home directory.
error with the agent icons
2011-07-20 Junichi Satoh <junichi@rworks.jp>
* extras/pandoradb_migrate_v3.2_to_v4.0.sql: Added missing ';'.
2011-07-19 Sergio Martin <sergio.martin@artica.es> 2011-07-19 Sergio Martin <sergio.martin@artica.es>

View File

@ -67,7 +67,7 @@ uninstall () {
if [ "$DISTRO" = "UBUNTU" ] if [ "$DISTRO" = "UBUNTU" ]
then then
PANDORA_HOME=/var/www/pandora PANDORA_HOME=/var/www/pandora_console
else else
if [ "$DISTRO" = "RHEL_CENTOS" ] if [ "$DISTRO" = "RHEL_CENTOS" ]
then then
@ -81,7 +81,7 @@ uninstall () {
then then
PANDORA_HOME="/usr/local/www/data/pandora_console /usr/local/www/apache22/data/pandora_console" PANDORA_HOME="/usr/local/www/data/pandora_console /usr/local/www/apache22/data/pandora_console"
else else
PANDORA_HOME=/srv/www/htdocs/pandora PANDORA_HOME=/srv/www/htdocs/pandora_console
fi fi
fi fi
fi fi
@ -100,7 +100,7 @@ install () {
if [ "$DISTRO" = "UBUNTU" ] if [ "$DISTRO" = "UBUNTU" ]
then then
PANDORA_HOME=/var/www/pandora PANDORA_HOME=/var/www/pandora_console
PANDORA_CONF=$PANDORA_HOME/include/config.php PANDORA_CONF=$PANDORA_HOME/include/config.php
else else
if [ "$DISTRO" = "RHEL_CENTOS" ] if [ "$DISTRO" = "RHEL_CENTOS" ]