2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-08 07:24:21 +00:00

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
This commit is contained in:
mfr69bs 2012-05-22 09:46:34 +00:00
parent 808eae7a4e
commit a22d6bfb47

View File

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