2010-11-25 Raul Mateos <raulofpandora@gmail.com>
* 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
This commit is contained in:
parent
946a8ea867
commit
83e2441032
|
@ -1,3 +1,7 @@
|
|||
2010-11-25 Raúl Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* pandora_console_install: spaces to tabs. Small version correction.
|
||||
|
||||
2010-11-25 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* include/config_process.php: Version update.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue