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:
parent
62d9f7cf3d
commit
63ed1fa393
|
@ -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
|
||||
error with the agent icons
|
||||
|
||||
2011-07-20 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* extras/pandoradb_migrate_v3.2_to_v4.0.sql: Added missing ';'.
|
||||
* pandora_console_install.php: Changed Pandora home directory.
|
||||
|
||||
2011-07-19 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
|
|
|
@ -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" ]
|
||||
|
|
Loading…
Reference in New Issue