mirror of
https://codeberg.org/puppe/mpbackup.git
synced 2025-12-19 21:42:17 +01:00
Change path for default config file
This commit is contained in:
parent
ee2e4d7129
commit
19f2c23659
1 changed files with 1 additions and 1 deletions
2
mpbackup
2
mpbackup
|
|
@ -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 = {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue