Skip to content

Commit

Permalink
Also search glances.conf file in /usr/share/doc/glances/glances.conf #…
Browse files Browse the repository at this point in the history
…1862 Correct an issue in last commit
  • Loading branch information
nicolargo committed Jul 4, 2021
1 parent 2e1b55e commit e3fab78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glances/config.py
Expand Up @@ -97,7 +97,7 @@ def default_config_dir():
- Linux, SunOS, *BSD, macOS: /usr/share/doc (as defined in the setup.py files)
- Windows: %APPDATA%\glances
"""
if LINUX or SUNOS or BDS or MACOS:
if LINUX or SUNOS or BSD or MACOS:
path = '/usr/share/doc'
else:
path = os.environ.get('APPDATA')
Expand Down

0 comments on commit e3fab78

Please sign in to comment.