HMCCU: bug fixes and formatting of STATE
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@10190 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -48,7 +48,7 @@ my $eventcount = 0;
|
||||
|
||||
sub CheckProcess
|
||||
{
|
||||
my $pdump = `ps -ef | grep ccurpcd | grep -v grep`;
|
||||
my $pdump = `ps -ef | grep ccurpcd\.pl | grep -v grep`;
|
||||
my @plist = split "\n", $pdump;
|
||||
foreach my $proc (@plist) {
|
||||
my @procattr = split /\s+/, $proc;
|
||||
|
||||
Reference in New Issue
Block a user