mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
FHEMWEB: plotfork check: FW_ME is not always set
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@4346 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
bd494b6240
commit
8c61a8ba74
@ -351,7 +351,7 @@ FW_Read($)
|
||||
my $pid;
|
||||
if(AttrVal($FW_wname, "plotfork", undef)) {
|
||||
# Process SVG rendering as a parallel process
|
||||
return if(($arg =~ m+$FW_ME/SVG_showLog+) && ($pid = fork));
|
||||
return if(($arg =~ m+/SVG_showLog+) && ($pid = fork));
|
||||
}
|
||||
|
||||
my $cacheable = FW_answerCall($arg);
|
||||
|
Loading…
x
Reference in New Issue
Block a user