diff options
| author | Joel Low <joel@joelsplace.sg> | 2026-04-18 01:37:56 +0000 |
|---|---|---|
| committer | Brian Behlendorf <behlendorf1@llnl.gov> | 2026-04-20 17:21:34 +0000 |
| commit | c214a3ae9f038561e004312a9f3b7f833a96c48b (patch) | |
| tree | 9fac85c55b78593f0ce3bee8623740bdf981c0c3 | |
| parent | 1cebe8a38ebb65bd9bf3f46059b0b0c816780a78 (diff) | |
| -rw-r--r-- | contrib/initramfs/scripts/zfs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/initramfs/scripts/zfs b/contrib/initramfs/scripts/zfs index 9d2c086ffdfe..dd10d19011a1 100644 --- a/contrib/initramfs/scripts/zfs +++ b/contrib/initramfs/scripts/zfs @@ -514,9 +514,9 @@ destroy_fs() _destroy_fs="${1}" [ "${quiet}" != "y" ] && \ - zfs_log_begin_msg "Destroying '${destroy_fs}'" + zfs_log_begin_msg "Destroying '${_destroy_fs}'" - ZFS_CMD="${ZFS} destroy ${destroy_fs}" + ZFS_CMD="${ZFS} destroy ${_destroy_fs}" ZFS_STDERR="$(${ZFS_CMD} 2>&1)" ZFS_ERROR="${?}" if [ "${ZFS_ERROR}" != 0 ] |
