2013-09-19 Ramon Novoa <rnovoa@artica.es>

* pandora_agent_installer: Changed the bash style == to =.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8785 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
ramonn 2013-09-19 13:23:05 +00:00
parent 413f64ba2d
commit 258629ad0b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-09-19 Ramon Novoa <rnovoa@artica.es>
* pandora_agent_installer: Changed the bash style == to =.
2013-09-19 Ramon Novoa <rnovoa@artica.es>
* Linux/pandora_agent.conf: The default user should not be pandora.

View File

@ -32,7 +32,7 @@ PANDORA_BASE=`echo $2 | sed -e 's/\/$//'`
if [ "$3" != "" ]
then
PANDORA_USER=$3
if [ "$PANDORA_BASE" == "" ]
if [ "$PANDORA_BASE" = "" ]
then
echo "When specifying a custom user the agent must be installed to a custom location where that user has write permissions!"
exit 1