diff options
author | Christian Pointner <equinox@spreadspace.org> | 2021-01-04 18:27:05 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2021-01-04 18:27:05 (GMT) |
commit | a1d808bdab1c3c2d361d3d8806976af53e131f60 (patch) | |
tree | 7d68516c74bf9b1c7745840a75cea53a355c6dae /rhimport/core.go | |
parent | 219691d060cdea4b2da5090f6d51c115310d2675 (diff) |
Diffstat (limited to 'rhimport/core.go')
-rw-r--r-- | rhimport/core.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhimport/core.go b/rhimport/core.go index 48e4c16..64199d1 100644 --- a/rhimport/core.go +++ b/rhimport/core.go @@ -45,7 +45,7 @@ const ( // TODO: make this configurable ARCHIV_HOST = "bigmama.helsinki.at" ARCHIV_USER = "rhimport" - ARCHIV_BASE_PATH = "/storage0/archiv/ogg-flac" + ARCHIV_BASE_PATH = "/srv/_nfs4_root_/archiv/ogg-flac" ) var ( |