nils-werner / crestic

Configurable Restic Wrapper
https://nils-werner.github.io/crestic/
MIT License
106 stars 10 forks source link

fix: append global paths to the appdirs paths #28

Closed uetchy closed 1 year ago

uetchy commented 2 years ago

Fixed the issue where ~/.config/crestic and /etc/crestic were ignored when any paths were added from appdirs. Also added /etc to the default path list so that we can write config on /etc/crestic.

Fixes #27

nils-werner commented 1 year ago

This was changed altogether, dropping appdirs entirely.