mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-20 17:20:12 +01:00
bootstrap: Missed mountpoin
This commit is contained in:
@@ -404,7 +404,7 @@ bootstrap_template() {
|
|||||||
if [ ! -d "${bastille_templatesdir}" ]; then
|
if [ ! -d "${bastille_templatesdir}" ]; then
|
||||||
if checkyesno bastille_zfs_enable; then
|
if checkyesno bastille_zfs_enable; then
|
||||||
if [ -n "${bastille_zfs_zpool}" ]; then
|
if [ -n "${bastille_zfs_zpool}" ]; then
|
||||||
zfs create ${bastille_zfs_options} -o mountpoint="${bastille_templatesdir}" "${bastille_zfs_zpool}/${bastille_zfs_prefix}/templates"
|
zfs create ${bastille_zfs_options} -o mountpoint="${bastille_templatesdir_mountpoint}" "${bastille_zfs_zpool}/${bastille_zfs_prefix}/templates"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
mkdir -p "${bastille_templatesdir}"
|
mkdir -p "${bastille_templatesdir}"
|
||||||
|
|||||||
Reference in New Issue
Block a user