]> git.sesse.net Git - pistorm/commitdiff
Fixed a314fs paths
authorPaulo Duarte <paulofernandobd@gmail.com>
Sun, 23 May 2021 08:24:12 +0000 (09:24 +0100)
committerPaulo Duarte <paulofernandobd@gmail.com>
Sun, 23 May 2021 08:24:12 +0000 (09:24 +0100)
a314/files_pi/a314fs.conf
a314/files_pi/a314fs.py

index 24689893e313bb933a684aacd57319fde94ded0f..5addb4161ae88e90afa3f6d7be24384ef3a06f21 100644 (file)
@@ -2,7 +2,7 @@
   "devices": {
     "PI0": {
       "volume": "PiDisk",
-      "path": "./a314/files_pi/a314shared"
+      "path": "./data/a314-shared"
     }
   }
 }
index 185caa0c27f7f3b6cd4098938288764a85956fcb..d07275b65d3a82ee1de1e74b0b047ebed3d2ad37 100755 (executable)
@@ -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'