change RegEx for Notify

geändert:       lib/FHEM/backupToStorage.pm
This commit is contained in:
Marko Oldenburg 2020-06-17 16:28:01 +02:00
parent 188cff6c7c
commit c04aa3314e
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:15:16 10990 lib/FHEM/backupToStorage.pm UPD 2020-06-17_16:27:41 10991 lib/FHEM/backupToStorage.pm

View File

@ -133,7 +133,7 @@ sub Notify {
. Dumper $events); # mit Dumper . Dumper $events); # mit Dumper
PushToStorage($hash) PushToStorage($hash)
if ( grep m{^backup.done}xms, if ( grep m{^backup done$}xms,
@{$events} && $devname eq 'global' && $init_done ); @{$events} && $devname eq 'global' && $init_done );
CheckAttributsForCredentials($hash) CheckAttributsForCredentials($hash)