Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lines in command_handlers.py prevent the use of the --config command line arg #109

Open
papamoose opened this issue Jan 4, 2025 · 0 comments

Comments

@papamoose
Copy link

Issue:

This line doesn't seem to respect --config= option provided to server.py.

config.read('config.ini')

Work around:
If I change that line to point to the full file path /etc/tc2bbs/config.ini the server will launch properly. A symlink seems to work as well.

Expectation:
server.py --config=path/to/config.ini should be a global config so the workaround is not needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant