2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-06 12:18:46 +00:00

HMCCU: bug fixes and formatting of STATE

git-svn-id: https://svn.fhem.de/fhem/trunk@10190 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
fhemzap 2015-12-17 13:15:01 +00:00
parent 3fcaa33653
commit c62679e38d

View File

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