From d1309a4e463d448cdfc07974d2aa96a39d4a366e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 11 Sep 2024 12:41:12 +0200 Subject: System update --- tools/install.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/install.sh') diff --git a/tools/install.sh b/tools/install.sh index 5a10830..2bb98ad 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -25,6 +25,7 @@ fi if [ ! -s "$root/.personal-secrets.key" ]; then echo "Please paste the personal secret key (terminate using ^D)" >&2 sudo tee "$root/.personal-secrets.key" >/dev/null + chown 600 "$root/.personal-secrets.key" fi if [ -f "$src/flake.nix" ]; then -- cgit v1.2.3