Update common.sh

This commit is contained in:
tschettervictor
2025-05-17 18:57:09 -06:00
committed by GitHub
parent 4b860d9f5e
commit b829a7ea68

View File

@@ -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
}
}