Browse Source

mergerfs_webui.cpp

webui
Antonio SJ Musumeci 1 week ago
parent
commit
1c1eab6739
  1. 3
      src/mergerfs_webui.cpp

3
src/mergerfs_webui.cpp

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

Loading…
Cancel
Save