From: Paulo Duarte Date: Sun, 23 May 2021 08:24:12 +0000 (+0100) Subject: Fixed a314fs paths X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=33a794bd1c33208b761d2578ad8624a5d0d7f790;p=pistorm Fixed a314fs paths --- 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'