diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 94a7174d7e..5f7f637f06 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2013-01-15 Dario Rodriguez + + * pandora_console_install: Fixed directory install for + SUSE. + + MERGED FROM 4.0.2 + 2013-01-15 Sergio Martin * include/functions.php diff --git a/pandora_console/pandora_console_install b/pandora_console/pandora_console_install index dd6e176057..4d3993f442 100755 --- a/pandora_console/pandora_console_install +++ b/pandora_console/pandora_console_install @@ -123,7 +123,7 @@ install () { fi PANDORA_CONF=$PANDORA_HOME/include/config.php else - PANDORA_HOME=/srv/www/htdocs/pandora + PANDORA_HOME=/srv/www/htdocs/pandora_console PANDORA_CONF=$PANDORA_HOME/include/config.php fi fi @@ -213,7 +213,7 @@ install () { echo "Now you can setup your Pandora FMS console and install" echo "database using a browser and point to: " echo " " - echo " http://ip_address_of_this_server/pandora/install.php" + echo " http://ip_address_of_this_server/pandora_console/install.php" echo " " echo " " }