Browse Source

mergerfs_webui.cpp

Antonio SJ Musumeci 2 weeks ago
parent
commit
1c1eab6739
  1. 3
      src/mergerfs_webui.cpp

3
src/mergerfs_webui.cpp

@ -160,7 +160,8 @@ static
bool bool
_valid_fs_type(const std::string &type_) _valid_fs_type(const std::string &type_)
{ {
if(type_ == "ext2")
return true;
} }
static static

Loading…
Cancel
Save