This commit is contained in:
Jip-Hop 2024-07-09 04:27:34 +02:00
parent 762b83a8c8
commit 9fcb5d52a1
1 changed files with 1 additions and 0 deletions

View File

@ -1601,6 +1601,7 @@ def remove_jail(jail_name):
return 1 return 1
# TODO: print which dataset is about to be removed before the user confirmation # 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') check = input(f'\nCAUTION: Type "{jail_name}" to confirm jail deletion!\n\n')
if check == jail_name: if check == jail_name: