From 052c8b7492003d881127c266a79adbe65302add4 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Wed, 4 Dec 2024 07:22:42 -0700 Subject: [PATCH] Update setup.sh - uppercase ZFS --- usr/local/share/bastille/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/setup.sh b/usr/local/share/bastille/setup.sh index f098e532..147bfc9d 100644 --- a/usr/local/share/bastille/setup.sh +++ b/usr/local/share/bastille/setup.sh @@ -124,7 +124,7 @@ configure_zfs() { ## attempt to determine bastille_zroot from `zpool list` bastille_zroot=$(zpool list | grep -v NAME | awk '{print $1}') if [ $(echo "${bastille_zroot}" | wc -l) -gt 1 ]; then - error_notify "Error: Multiple zfs pools available:\n"${bastille_zroot}"" + error_notify "Error: Multiple ZFS pools available:\n"${bastille_zroot}"" error_notify "Set desired pool using \"sysrc -f "${bastille_config}" bastille_zfs_zpool=ZPOOL_NAME\"" error_exit "Don't forget to also enable ZFS using \"sysrc -f "${bastille_config}" bastille_zfs_enable=YES\"" fi