fix syntax error

This commit is contained in:
Marko Oldenburg 2020-10-15 14:00:25 +02:00
parent 2aa7914642
commit 18801f0a8f
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
UPD 2020-06-19_08:32:08 6090 FHEM/98_backupToStorage.pm
UPD 2020-10-15_13:53:07 15705 lib/FHEM/backupToStorage.pm
UPD 2020-10-15_14:00:08 15705 lib/FHEM/backupToStorage.pm

View File

@ -322,7 +322,7 @@ sub PushToStorage {
Log3( $name, 4, "backupToStorage ($name) - push to storage function" );
return
if (ReadingsAge($name,'fhemBackupFile',60) > 5) );
if ( ReadingsAge($name,'fhemBackupFile',60) > 5 );
require "SubProcess.pm";