ganglia gmetad configure file

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@11812 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
xq2005 2012-03-12 03:31:22 +00:00
parent 5bc8f7bd96
commit 3333e8d7fd

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";