Browse Source

mergerfs_webui.cpp

webui
Antonio SJ Musumeci 1 day ago
parent
commit
d8cce062d8
  1. 3
      src/mergerfs_webui.cpp

3
src/mergerfs_webui.cpp

@ -214,7 +214,8 @@ window.onload = () => { loadMounts(); };
static
bool
_valid_fs_type(const std::string &type_)
_valid_fs_type(const fs::path &path_,
const std::string &type_)
{
IERT("ext2");
IERT("ext3");

Loading…
Cancel
Save