mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-20 17:20:12 +01:00
Update common.sh
This commit is contained in:
@@ -295,6 +295,7 @@ set_target_single() {
|
|||||||
export JAILS
|
export JAILS
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# This function is run immediately
|
||||||
set_zfs_mountpoints() {
|
set_zfs_mountpoints() {
|
||||||
|
|
||||||
# We have to do this if ALTROOT is enabled/present
|
# We have to do this if ALTROOT is enabled/present
|
||||||
@@ -322,6 +323,7 @@ set_zfs_mountpoints() {
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
set_zfs_mountpoints
|
||||||
|
|
||||||
target_all_jails() {
|
target_all_jails() {
|
||||||
local _JAILS="$(bastille list jails)"
|
local _JAILS="$(bastille list jails)"
|
||||||
@@ -532,4 +534,4 @@ checkyesno() {
|
|||||||
return 1
|
return 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user