Browse Source

mergerfs_webui.cpp

webui
Antonio SJ Musumeci 1 week ago
parent
commit
20c3cee49f
  1. 6
      src/mergerfs_webui.cpp

6
src/mergerfs_webui.cpp

@ -315,6 +315,12 @@ _generate_error(const fs::path &mount_,
val_,
key_);
break;
case -EACCES:
rv["msg"] = fmt::format("mergerfs.webui (pid {}) is running as uid {}"
" which appears not to have access to modify the"
" mount's config",
::getuid());
break;
case -ENOTCONN:
rv["msg"] = fmt::format("Appears the mergerfs mount '{}' is broken. "
"mergerfs may have crashed.",

Loading…
Cancel
Save