From 38e3be068cce7b5039cd1b9ef071986199208a9e Mon Sep 17 00:00:00 2001 From: Yigid BALABAN Date: Sun, 22 Mar 2026 23:07:02 +0300 Subject: [PATCH] whisper: hotfix for perms --- .gitignore | 3 +++ whisper/install.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 69ed8e7..847d1cb 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,6 @@ login-mailer.service many-rsync/test-area many-rsync/sync.toml + +.claude/ +.env diff --git a/whisper/install.sh b/whisper/install.sh index 78f7d55..81f4bf4 100755 --- a/whisper/install.sh +++ b/whisper/install.sh @@ -47,7 +47,7 @@ do_install() { fi chown root:root "$CONF_DST" - chmod 600 "$CONF_DST" + chmod 644 "$CONF_DST" printf '\nInstalled. Edit %s and set your values.\n' "$CONF_DST" }