use correct default path to config file
This commit is contained in:
parent
a7af6acc6e
commit
789b2ca289
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -105,7 +105,7 @@ main(int argc, char **argv)
|
|||
|
||||
signal(SIGPIPE, handle_sigpipe);
|
||||
|
||||
cfgfile = "/etc/tvhead.cfg";
|
||||
cfgfile = "/etc/tvheadend.cfg";
|
||||
|
||||
while((c = getopt(argc, argv, "c:fu:g:")) != -1) {
|
||||
switch(c) {
|
||||
|
|
Loading…
Add table
Reference in a new issue