Migrate to abbreviated jail folder structure.

This commit is contained in:
Tom Alexander
2024-06-29 15:21:27 -04:00
parent bc29fd5428
commit 62e70554be
13 changed files with 16 additions and 15 deletions

View File

@@ -5,7 +5,7 @@ set -euo pipefail
IFS=$'\n\t'
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
: ${JAIL_MOUNTPOINT:="{{ jail_zfs_dataset_mountpoint }}/jails"}
: ${JAIL_MOUNTPOINT:="{{ jail_zfs_dataset_mountpoint }}"}
function die {
echo >&2 "$@"