fix syntax error

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

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";