2011-03-29 Raul Mateos <raulofpandora@gmail.com>

* pandora_console_upgrade: Use PI_VERSION variable.
	* pandora_console_install: Changed small text.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4143 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
raulmateos 2011-03-29 08:45:21 +00:00
parent ab61ad9782
commit 222a72ffea
3 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2011-03-29 Raul Mateos <raulofpandora@gmail.com>
* pandora_console_upgrade: Use PI_VERSION variable.
* pandora_console_install: Changed small text.
2011-03-28 Miguel de Dios <miguel.dedios@artica.es>
* godmode/reporting/reporting_builder.php,

View File

@ -89,7 +89,7 @@ uninstall () {
echo "Removing Pandora FMS Console"
rm -Rf $PANDORA_HOME
echo "You need to manually drop pandora database from your Database server"
echo "You need to drop manually pandora database from your Database server"
echo "Done"
}
@ -211,7 +211,7 @@ install () {
echo "You have your Pandora FMS console installed on $PANDORA_HOME."
echo " "
echo "Now you can setup your Pandora FMS console and install"
echo "database using a broser and point to: "
echo "database using a browser and point to: "
echo " "
echo " http://ip_address_of_this_server/pandora/install.php"
echo " "
@ -226,7 +226,7 @@ help () {
# Script banner at start
echo " "
echo "Pandora FMS Console Installer $PI_VERSION (c) 2008-2010 ArticaST"
echo "Pandora FMS Console Installer $PI_VERSION (c) 2008-2011 ArticaST"
echo "This program is licensed under GPL2 Terms. http://pandorafms.com"
echo " "

View File

@ -5,6 +5,7 @@
# This code is licensed under GPL 2.0 license.
# **********************************************************************
PI_VERSION=4.0dev
USER=`whoami`
if [ $USER != "root" ]
@ -106,7 +107,7 @@ help () {
# Script banner at start
echo " "
echo "Pandora FMS 3.2 Console Upgrade (c) 2009-2010 Artica ST"
echo "Pandora FMS $PI_VERSION Console Upgrade (c) 2009-2011 Artica ST"
echo "This program is licensed under GPL2 Terms. http://pandorafms.com"
echo " "