From 388077744ad5dcea9cdf6509c511c0199656fff8 Mon Sep 17 00:00:00 2001 From: mfr69bs Date: Tue, 22 May 2012 09:46:34 +0000 Subject: [PATCH] updatefhem housekeeping now moves .*(example.*|gplot|html|css|js|gif|jpg|png|svg) per default at end git-svn-id: https://svn.fhem.de/fhem/trunk@1574 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/99_updatefhem.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fhem/FHEM/99_updatefhem.pm b/fhem/FHEM/99_updatefhem.pm index 9985726d7..a9056c52c 100644 --- a/fhem/FHEM/99_updatefhem.pm +++ b/fhem/FHEM/99_updatefhem.pm @@ -288,7 +288,7 @@ CommandUpdatefhem($$) } # final housekeeping - if($clean) { +# if($clean) { my @fl; push(@fl, FileList("$moddir/.*(example.*|gplot|html|css|js|gif|jpg|png|svg)")); foreach my $file (@fl) { @@ -296,7 +296,7 @@ CommandUpdatefhem($$) $ret .= "moved $moddir/$file\n"; Log 1, "updatefhem move $file to www/pgm2 $cmdret"; } - } +# } if($housekeeping) { $ret .= "Housekeeping finished. 'shutdown restart' is recommended!";