diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 0a4f364042..8b4f126834 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2010-11-25 Raúl Mateos + + * pandora_console_install: spaces to tabs. Small version correction. + 2010-11-25 Sancho Lerena * include/config_process.php: Version update. diff --git a/pandora_console/pandora_console_install b/pandora_console/pandora_console_install index 54198699ef..eca0427b88 100755 --- a/pandora_console/pandora_console_install +++ b/pandora_console/pandora_console_install @@ -5,11 +5,11 @@ # FreeBSD only # other Linux distros could not work properly without modifications # Please see http://www.pandorafms.org -# v3.0 Build 091224 +# v3.2 Build 101125 # This code is licensed under GPL 2.0 license. # ********************************************************************** -PI_VERSION=3.2.0 +PI_VERSION=3.2 FORCE=0 LOG_TIMESTAMP=`date +"%Y/%m/%d %H:%M:%S"` MODE=$1 @@ -66,9 +66,9 @@ uninstall () { DISTRO=`get_distro` if [ "$DISTRO" = "UBUNTU" ] - then + then PANDORA_HOME=/var/www/pandora - else + else if [ "$DISTRO" = "RHEL_CENTOS" ] then PANDORA_HOME=/var/www/html/pandora_console