FHEM Forum

FHEM => Sonstiges => Thema gestartet von: betateilchen am 25 April 2014, 17:57:54

Titel: [patch] 98_update.pm - Interface zu configDB
Beitrag von: betateilchen am 25 April 2014, 17:57:54
Eine einzige Zeile :)


Index: 98_update.pm
===================================================================
--- 98_update.pm (revision 5640)
+++ 98_update.pm (working copy)
@@ -788,6 +788,7 @@
         print FH $fileContent;
         close (FH);
         Log 5, "update write $localFile";
+        $writeError .= _cfgDB_Updatefile($localFile) if(configDBUsed());
       } else {
         delete $updateFiles_ref->{$f};
         Log 1, "update Can't write $localFile: $!";
Titel: Antw:[patch] 98_update.pm - Interface zu configDB
Beitrag von: rudolfkoenig am 26 April 2014, 09:01:30
eingecheckt
Titel: Antw:[patch] 98_update.pm - Interface zu configDB
Beitrag von: betateilchen am 26 April 2014, 09:01:47
danke :)