mirror of
https://github.com/hackacad/bastille.git
synced 2026-01-04 03:33:41 +01:00
Update setup.sh - uppercase ZFS
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user