diff --git a/qBitrr/config.py b/qBitrr/config.py index aeaf52c2..2815e647 100644 --- a/qBitrr/config.py +++ b/qBitrr/config.py @@ -87,7 +87,7 @@ def process_flags() -> argparse.Namespace | bool: print(f"'{CONFIG_FILE.name}' has been generated") print('Rename it to "config.toml" then edit it and restart the container') - os._exit(0) + os._exit(1) elif CONFIG_FILE.exists(): CONFIG = MyConfig(CONFIG_FILE)