Fix wrong paths.

Change-Id: I7321f887a9c2a472c27cca72157368805fc5fcb8
This commit is contained in:
Alexander Lenz
2017-09-07 11:20:11 +02:00
parent 615038122e
commit a0a75af601

View File

@ -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',
} }