From 9fcb5d52a1d2267637179d2126c72ec496e95406 Mon Sep 17 00:00:00 2001 From: Jip-Hop <2871973+Jip-Hop@users.noreply.github.com> Date: Tue, 9 Jul 2024 04:27:34 +0200 Subject: [PATCH] Add TODO --- jlmkr.py | 1 + 1 file changed, 1 insertion(+) diff --git a/jlmkr.py b/jlmkr.py index 150d8ed..b339c00 100755 --- a/jlmkr.py +++ b/jlmkr.py @@ -1601,6 +1601,7 @@ def remove_jail(jail_name): return 1 # TODO: print which dataset is about to be removed before the user confirmation + # TODO: print that all zfs snapshots will be removed if jail has it's own zfs dataset check = input(f'\nCAUTION: Type "{jail_name}" to confirm jail deletion!\n\n') if check == jail_name: