diff --git a/jlmkr.py b/jlmkr.py index dd9166f..9d4d13a 100755 --- a/jlmkr.py +++ b/jlmkr.py @@ -1131,7 +1131,8 @@ def create_jail(jail_name="", config_path=None, distro="debian", release="bookwo ) ) - if agree("Abort creating jail?", "y"): + if agree("Continue?", "n"): + cleanup(jail_path) return 1 with contextlib.suppress(FileNotFoundError):