aboutsummaryrefslogtreecommitdiff
path: root/tools/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/install.sh')
-rwxr-xr-xtools/install.sh1
1 files changed, 1 insertions, 0 deletions
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