2012-04-20 Ramon Novoa <rnovoa@artica.es>
* pandora_agent_installer: Removed an unused variable. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6073 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
724a989d7f
commit
a65bd47469
|
@ -1,3 +1,7 @@
|
|||
2012-04-20 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* pandora_agent_installer: Removed an unused variable.
|
||||
|
||||
2012-04-20 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* pandora_agent_installer: Backup and restore conf file and daemon
|
||||
|
|
|
@ -161,7 +161,6 @@ install () {
|
|||
OS_VERSION=`uname -r`
|
||||
OS_NAME=`uname -s`
|
||||
OLDFILENAMETMP=`date +"%Y-%m-%d"`
|
||||
PANDORA_CFG_BAK="/tmp/pandora_agent.conf.bak"
|
||||
|
||||
if [ "$OS_NAME" = "FreeBSD" ]
|
||||
then
|
||||
|
|
Loading…
Reference in New Issue