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" }