mirror of
https://github.com/webmin/webmin.git
synced 2025-07-21 23:40:34 +00:00
10 lines
155 B
Raku
Executable File
10 lines
155 B
Raku
Executable File
|
|
sub feedback_files
|
|
{
|
|
return ( "/proc/lvm/global", glob("/proc/lvm/VGs/*/group"),
|
|
glob("/proc/lvm/VGs/*/PVs/*"), glob("/proc/lvm/VGs/*/LVs/*") );
|
|
}
|
|
|
|
1;
|
|
|