FU: Suppress warnings about non-existent files in FU::monitor_path checking

This commit is contained in:
Yorhel 2025-04-26 08:05:09 +02:00
parent 5f8809d052
commit 461ed6f39d

2
FU.pm
View file

@ -216,7 +216,7 @@ sub _monitor {
die if $m > $data{$_};
},
no_chdir => 1
}, $scriptpath, values %INC, @monitor_paths);
}, grep -e, $scriptpath, values %INC, @monitor_paths);
0
} // 1;
}