fix syntax error
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -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";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user