mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-18 16:21:32 +01:00
Update common.sh
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user