From 5f8a0698d34b9ab257e1b8fc17e13bdcc8e8844a Mon Sep 17 00:00:00 2001 From: Leopold Johannes Meinel Date: Mon, 8 May 2023 05:54:21 +0200 Subject: [PATCH] Fix chmod - Maybe I should start checking for typos again :D --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 11365e01..273a658c 100644 --- a/setup.sh +++ b/setup.sh @@ -188,7 +188,7 @@ MD0UUID="$(blkid -s UUID -o value /dev/md/md0)" } >/etc/crypttab ## Create /etc/encryption/keys directory mkdir -p /etc/encryption/keys -chown 700 /etc/encryption/keys +chmod 700 /etc/encryption/keys ## Configure /etc/localtime /etc/vconsole.conf /etc/hostname /etc/hosts ln -sf /usr/share/zoneinfo/"$TIMEZONE" /etc/localtime hwclock --systohc