aboutsummaryrefslogtreecommitdiffstats
path: root/roles/space_server/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'roles/space_server/bootstrap.sh')
-rwxr-xr-xroles/space_server/bootstrap.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/space_server/bootstrap.sh b/roles/space_server/bootstrap.sh
index 98a62e5..dae4460 100755
--- a/roles/space_server/bootstrap.sh
+++ b/roles/space_server/bootstrap.sh
@@ -49,11 +49,12 @@ if [[ -e "$dest" ]]; then
fi
btrfs subvolume create "$dest"
+chmod 0755 "$dest"
dnf \
--assumeyes \
- --installroot="$dest" \
--setopt=install_weak_deps=False \
+ --installroot="$dest" \
--releasever=$release \
--disablerepo='*' \
--enablerepo=fedora \