]> git.sesse.net Git - pistorm/commitdiff
Adjust picmd.py
authorbeeanyew <beeanyew@gmail.com>
Tue, 18 May 2021 03:35:27 +0000 (05:35 +0200)
committerbeeanyew <beeanyew@gmail.com>
Tue, 18 May 2021 03:35:27 +0000 (05:35 +0200)
Okay, maybe the config files don't need to be in some sudo-only directory.

a314/files_pi/picmd.py

index e288f5c9a91eeb257267d8c87c3824a20745bb00..c0bf69e4a13a0c6df475252a7036fafabee113a7 100644 (file)
@@ -21,8 +21,8 @@ logging.basicConfig(format = '%(levelname)s, %(asctime)s, %(name)s, line %(linen
 logger = logging.getLogger(__name__)
 logger.setLevel(logging.DEBUG)
 
-FS_CFG_FILE = '/etc/opt/a314/a314fs.conf'
-PICMD_CFG_FILE = '/etc/opt/a314/picmd.conf'
+FS_CFG_FILE = './files_pi/a314fs.conf'
+PICMD_CFG_FILE = './files_pi/picmd.conf'
 
 volume_paths = {}
 search_path = ''