fix notify RegEx

This commit is contained in:
Marko Oldenburg 2020-06-17 16:15:25 +02:00
parent 4b86378d15
commit 188cff6c7c
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
UPD 2020-06-17_15:03:50 3368 FHEM/98_backupToStorage.pm UPD 2020-06-17_15:03:50 3368 FHEM/98_backupToStorage.pm
UPD 2020-06-17_16:11:21 10991 lib/FHEM/backupToStorage.pm UPD 2020-06-17_16:15:16 10990 lib/FHEM/backupToStorage.pm

View File

@ -150,7 +150,7 @@ sub Notify {
) )
|| ( || (
( (
$devname eq $name && grep m{^password:.(add|remove)$}xms, $devname eq $name && grep m{^password.(add|remove)$}xms,
@{$events} @{$events}
) )
) )