fix config path
config path must be 'cfg', not 'etc' Change-Id: I835091f16ced3896126dcb650fc37155b15c95c2 Reviewed-on: https://forge.frm2.tum.de/review/c/sine2020/secop/playground/+/21482 Tested-by: JenkinsCodeReview <bjoern_pedersen@frm2.tum.de> Reviewed-by: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de> Reviewed-by: Markus Zolliker <markus.zolliker@psi.ch>
This commit is contained in:
parent
339c970192
commit
230624cdeb
@ -40,7 +40,7 @@ repodir = path.abspath(path.join(path.dirname(__file__), '..', '..'))
|
|||||||
CONFIG = {
|
CONFIG = {
|
||||||
'piddir': os.path.join(repodir, 'pid'),
|
'piddir': os.path.join(repodir, 'pid'),
|
||||||
'logdir': os.path.join(repodir, 'log'),
|
'logdir': os.path.join(repodir, 'log'),
|
||||||
'confdir': os.path.join(repodir, 'etc'),
|
'confdir': os.path.join(repodir, 'cfg'),
|
||||||
'basedir': repodir,
|
'basedir': repodir,
|
||||||
} if os.path.exists(os.path.join(repodir, '.git')) else {
|
} if os.path.exists(os.path.join(repodir, '.git')) else {
|
||||||
'piddir': '/var/run/secop',
|
'piddir': '/var/run/secop',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user