2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-08 19:32:42 +00:00

PRESENCE: fix logging of STDERR in shellscript mode (Forum: #55472)

git-svn-id: https://svn.fhem.de/fhem/trunk@11777 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markusbloch 2016-07-10 14:03:35 +00:00
parent 64541b9d22
commit 4006363224

View File

@ -908,7 +908,7 @@ PRESENCE_DoLocalShellScriptScan($)
$SIG{CHLD} = 'IGNORE';
$ret = qx($call);
$ret = qx($call 2>&1);
if(defined($ret))
{