From 33a794bd1c33208b761d2578ad8624a5d0d7f790 Mon Sep 17 00:00:00 2001 From: Paulo Duarte Date: Sun, 23 May 2021 09:24:12 +0100 Subject: [PATCH] Fixed a314fs paths --- a314/files_pi/a314fs.conf | 2 +- a314/files_pi/a314fs.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/a314/files_pi/a314fs.conf b/a314/files_pi/a314fs.conf index 2468989..5addb41 100644 --- a/a314/files_pi/a314fs.conf +++ b/a314/files_pi/a314fs.conf @@ -2,7 +2,7 @@ "devices": { "PI0": { "volume": "PiDisk", - "path": "./a314/files_pi/a314shared" + "path": "./data/a314-shared" } } } diff --git a/a314/files_pi/a314fs.py b/a314/files_pi/a314fs.py index 185caa0..d07275b 100755 --- a/a314/files_pi/a314fs.py +++ b/a314/files_pi/a314fs.py @@ -17,7 +17,7 @@ logging.basicConfig(format = '%(levelname)s, %(asctime)s, %(name)s, line %(linen logger = logging.getLogger(__name__) logger.setLevel(logging.INFO) -CONFIG_FILE_PATH = 'a314_files_pi/a314fs.conf' +CONFIG_FILE_PATH = 'a314/files_pi/a314fs.conf' SHARED_DIRECTORY = 'data/a314shared' METAFILE_EXTENSION = ':a314' -- 2.39.2