Use uppercase ZFS when appropriate.

This commit is contained in:
Chris Wells
2020-11-27 19:20:47 -05:00
parent a9ea02b743
commit 5e9578ca5e
6 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ jail_export()
if [ -n "${bastille_zfs_zpool}" ]; then
FILE_EXT="xz"
info "Exporting '${TARGET}' to a compressed .${FILE_EXT} archive."
info "Sending zfs data stream..."
info "Sending ZFS data stream..."
# Take a recursive temporary snapshot
zfs snapshot -r "${bastille_zfs_zpool}/${bastille_zfs_prefix}/jails/${TARGET}@bastille_export_${DATE}"