From 512f97395088b2907e19dd8faf0e493b11c5d364 Mon Sep 17 00:00:00 2001 From: Bike Dude Date: Tue, 10 Mar 2020 20:47:33 +0100 Subject: [PATCH] chmod issue fixed --- usr/local/share/bastille/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"