From 83e244103270f2a5697c5c5a6560be898b0643fa Mon Sep 17 00:00:00 2001 From: raulmateos Date: Thu, 25 Nov 2010 19:26:54 +0000 Subject: [PATCH] 2010-11-25 Raul Mateos * pandora_console_install: spaces to tabs. Small version correction. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3633 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/pandora_console_install | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) 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