mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-08 13:24:56 +00:00
50_SSFile.pm: contrib Version 0.7.1
git-svn-id: https://svn.fhem.de/fhem/trunk@23123 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
979d2dbd3a
commit
c13a7e1a84
@ -695,7 +695,7 @@ sub _setUpload {
|
||||
my @globes = bsd_glob ("$obj"); # Wildcards auflösen (https://perldoc.perl.org/functions/glob)
|
||||
push (@all, @globes);
|
||||
}
|
||||
Log3 ($name, 1, "$name - all: ".Dumper @all);
|
||||
|
||||
my @afiles;
|
||||
for my $file (@all) {
|
||||
if (-e $file) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user