Skip to content

Commit

Permalink
include VCS config paths in crash report zip (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
leigh-johnson committed Jul 12, 2023
1 parent cda01ed commit 857844f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions settings/src/paths.rs
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,10 @@ impl PrintNannyPaths {
PathBuf::from("/boot/config.txt"),
PathBuf::from("/etc/issue"),
PathBuf::from("/etc/os-release"),
PathBuf::from("/home/printnanny/.config/printnanny/vcs/klipper"),
PathBuf::from("/home/printnanny/.config/printnanny/vcs/moonraker"),
PathBuf::from("/home/printnanny/.config/printnanny/vcs/octoprint"),
PathBuf::from("/home/printnanny/.config/printnanny/vcs/printnanny"),
PathBuf::from("/home/printnanny/.octoprint/logs"),
PathBuf::from("/proc/cpuinfo"),
PathBuf::from("/proc/meminfo"),
Expand Down

0 comments on commit 857844f

Please sign in to comment.