mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2025-01-03 01:18:02 +03:00
restore: docs: escape <uid> with code block
otherwise: ``` warning: unclosed HTML tag `uid` --> proxmox-file-restore/src/main.rs:686:63 | 686 | /// "www-data", so we use a custom one in /run/proxmox-backup/<uid> instead. | ^^^^^ | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default ``` Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
This commit is contained in:
parent
61d18bcf9c
commit
5d60f8692a
@ -663,7 +663,7 @@ fn main() {
|
||||
|
||||
/// Returns a runtime dir owned by the current user.
|
||||
/// Note that XDG_RUNTIME_DIR is not always available, especially for non-login users like
|
||||
/// "www-data", so we use a custom one in /run/proxmox-backup/<uid> instead.
|
||||
/// "www-data", so we use a custom one in `/run/proxmox-backup/<uid>` instead.
|
||||
pub fn get_user_run_dir() -> Result<std::path::PathBuf, Error> {
|
||||
let uid = nix::unistd::Uid::current();
|
||||
let mut path: std::path::PathBuf = pbs_buildcfg::PROXMOX_BACKUP_RUN_DIR.into();
|
||||
|
Loading…
Reference in New Issue
Block a user