Change path for default config file

This commit is contained in:
Martin Puppe 2020-03-25 18:09:13 +01:00
parent ee2e4d7129
commit 19f2c23659

View file

@ -7,7 +7,7 @@ require 'yaml'
ENV.delete('RESTIC_REPOSITORY')
ENV.delete('RESTIC_PASSWORD')
DEFAULT_CONFIG_FILE = Pathname.new('/etc/mpbackup.yaml')
DEFAULT_CONFIG_FILE = Pathname.new('/etc/mpbackup/config.yaml')
options = {}