From b829a7ea6843e4775aff9257c0ed810d30bfac75 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Sat, 17 May 2025 18:57:09 -0600 Subject: [PATCH] Update common.sh --- usr/local/share/bastille/common.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/usr/local/share/bastille/common.sh b/usr/local/share/bastille/common.sh index 467103f6..4054ec81 100644 --- a/usr/local/share/bastille/common.sh +++ b/usr/local/share/bastille/common.sh @@ -295,6 +295,7 @@ set_target_single() { export JAILS } +# This function is run immediately set_zfs_mountpoints() { # We have to do this if ALTROOT is enabled/present @@ -322,6 +323,7 @@ set_zfs_mountpoints() { fi } +set_zfs_mountpoints target_all_jails() { local _JAILS="$(bastille list jails)" @@ -532,4 +534,4 @@ checkyesno() { return 1 ;; esac -} \ No newline at end of file +}