Add TODO
This commit is contained in:
parent
762b83a8c8
commit
9fcb5d52a1
1
jlmkr.py
1
jlmkr.py
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue