summaryrefslogtreecommitdiffstats
path: root/combox/cbox.py
diff options
context:
space:
mode:
Diffstat (limited to 'combox/cbox.py')
-rw-r--r--combox/cbox.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/combox/cbox.py b/combox/cbox.py
index 2e29f70..0244284 100644
--- a/combox/cbox.py
+++ b/combox/cbox.py
@@ -121,7 +121,8 @@ def main():
log_i(CONFIG_DIR)
- if not path.exists(CONFIG_DIR):
+ if (not path.exists(CONFIG_DIR) or
+ not path.exists(config_file)):
# combox not configured.
if not args.cli:
ComboxConfigDialog("combox configuration", CONFIG_DIR)