fix paths

This commit is contained in:
Von Random 2024-10-23 14:42:46 +03:00
parent b80888bcd7
commit 4955dae408

View file

@ -1,4 +1,4 @@
CONFDIR = '/etc/pgbot' CONFDIR = '/etc/pgbot'
CONFIG = CONFDIR + 'pgbot.yml' CONFIG = CONFDIR + '/pgbot.yml'
TOKENS = CONFDIR + 'tokens.yml' TOKENS = CONFDIR + '/tokens.yml'
SCHEDULE = CONFDIR + '/sched.yml' SCHEDULE = CONFDIR + '/sched.yml'