Skip to content

Commit

Permalink
Merge pull request #623 from adriel-tech/patch-1
Browse files Browse the repository at this point in the history
fix configure_zfs() to properly return status of zfs module.
  • Loading branch information
bmac2 authored Nov 1, 2023
2 parents 49f6402 + 1136723 commit df00a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/local/share/bastille/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ fi

# Configure ZFS
configure_zfs() {
if [ ! "$(kldstat -q -m zfs)" ]; then
if [ ! "$(kldstat -m zfs)" ]; then
info "ZFS module not loaded; skipping..."
else
## attempt to determine bastille_zroot from `zpool list`
Expand Down

0 comments on commit df00a79

Please sign in to comment.