Browse Source

mergerfs_webui.cpp

webui
Antonio SJ Musumeci 1 week ago
parent
commit
11160d9728
  1. 1
      src/mergerfs_webui.cpp

1
src/mergerfs_webui.cpp

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

Loading…
Cancel
Save