We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 101ce3b commit f2a4df7Copy full SHA for f2a4df7
1 file changed
cfbot_patchburner_ctl.sh
@@ -65,10 +65,10 @@ destroy_patchburner_if_exists() {
65
ezjail-admin delete -f $JAIL_NAME
66
fi
67
if zfs list $ZFS_NAME >/dev/null 2>&1; then
68
- zfs destroy -f $ZFS_NAME
+ zfs destroy -rf $ZFS_NAME
69
70
if zfs list $TEMPLATE_ZFS_NAME@mysnapshot >/dev/null 2>&1; then
71
- zfs destroy -f $TEMPLATE_ZFS_NAME@mysnapshot
+ zfs destroy -rf $TEMPLATE_ZFS_NAME@mysnapshot
72
73
}
74
0 commit comments