sync from 2.7 for ganglia configure

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11813 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
xq2005 2012-03-12 05:23:38 +00:00
parent 43fbad64ac
commit cc33f2065d

View File

@ -474,7 +474,7 @@ sub confGmetad {
}
my $tmp = `/bin/grep "xCAT gmetad settings done" $configure_file`;
if ($tmp) { #openinf if ?
if (!$tmp) { #openinf if ?
if ($callback) {
my $resp = {};
$resp->{data}->[0] = "$localhost: $tmp";