mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 19:30:31 +00:00
PRESENCE: fixing function/shellscript definitions containing spaces
git-svn-id: https://svn.fhem.de/fhem/trunk@4102 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6dc0c10d79
commit
ad44a9971f
@ -65,7 +65,7 @@ PRESENCE_Define($$)
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
if(defined($a[2]) and defined($a[3]) and not defined($a[7]))
|
if(defined($a[2]) and defined($a[3]))
|
||||||
{
|
{
|
||||||
if($a[2] eq "local-bluetooth")
|
if($a[2] eq "local-bluetooth")
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user