Fix wrong paths.
Change-Id: I7321f887a9c2a472c27cca72157368805fc5fcb8
This commit is contained in:
@ -44,7 +44,7 @@ CONFIG = {
|
|||||||
'confdir': os.path.join(repodir, 'etc'),
|
'confdir': os.path.join(repodir, 'etc'),
|
||||||
} 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',
|
||||||
'logdir': '/var/log/secop',
|
'logdir': '/var/log',
|
||||||
'confdir': '/etc/secop',
|
'confdir': '/etc/secop',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user