You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect it to read the config from /etc/aurora.toml; however, it instead tries to read from /path/to/bin/etc/aurora.toml (that is to say, it always interprets the config path to be relative to the directory the executable is in).
The text was updated successfully, but these errors were encountered:
- Bugfix Do not force config path to be relative to binary location (issue #1);
- Add `openpage` section to config file, if set `enabled = false` will not automatically open the browser (related issue #2);
- Sort tube names by alphabetically resolve issue #3;
If I invoke aurora as follows:
/path/to/bin/aurora -c /etc/aurora.toml
I expect it to read the config from
/etc/aurora.toml
; however, it instead tries to read from/path/to/bin/etc/aurora.toml
(that is to say, it always interprets the config path to be relative to the directory the executable is in).The text was updated successfully, but these errors were encountered: