mirror of
https://github.com/netinvent/npbackup.git
synced 2025-02-24 14:35:36 +08:00
Update restic binary searcher path
This commit is contained in:
parent
6d50943a72
commit
f70f9e8cc8
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
import os
|
import os
|
||||||
import glob
|
import glob
|
||||||
|
|
||||||
RESTIC_SOURCE_FILES_DIR = "RESTIC_SOURCE_FILES"
|
from npbackup.path_helper import BASEDIR
|
||||||
|
RESTIC_SOURCE_FILES_DIR = os.path.join(BASEDIR, os.pardir, "RESTIC_SOURCE_FILES")
|
||||||
|
|
||||||
|
|
||||||
def get_restic_internal_binary(arch):
|
def get_restic_internal_binary(arch):
|
||||||
|
|
Loading…
Reference in a new issue