diff --git a/usr/local/share/bastille/bootstrap.sh b/usr/local/share/bastille/bootstrap.sh index c53eac3..6dcdf86 100644 --- a/usr/local/share/bastille/bootstrap.sh +++ b/usr/local/share/bastille/bootstrap.sh @@ -195,7 +195,7 @@ bootstrap_directories() { if [ "${bastille_zfs_enable}" = "YES" ];then if [ -n "${bastille_zfs_zpool}" ]; then zfs create ${bastille_zfs_options} -o mountpoint="${bastille_backupsdir}" "${bastille_zfs_zpool}/${bastille_zfs_prefix}/backups" - chmod 0750 "${bastille_prefix}" + chmod 0750 "${bastille_backupsdir}" fi else mkdir -p "${bastille_backupsdir}"