diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/install.sh | 1 |
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 |