Browse Source

mergerfs_webui.cpp

webui
Antonio SJ Musumeci 14 hours ago
parent
commit
e7e01bd883
  1. 2
      src/mergerfs_webui.cpp

2
src/mergerfs_webui.cpp

@ -239,8 +239,8 @@ _valid_fs_type(const fs::path &path_,
IERT("xfs"); IERT("xfs");
IERT("zfs"); IERT("zfs");
IERF("fuse.kio-fuse");
IERF("fuse.gvfsd-fuse"); IERF("fuse.gvfsd-fuse");
IERF("fuse.kio-fuse");
if(str::startswith(type_,"fuse.")) if(str::startswith(type_,"fuse."))
return true; return true;

Loading…
Cancel
Save