whisper: hotfix for perms

This commit is contained in:
2026-03-22 23:07:02 +03:00
parent 9c308cef90
commit 38e3be068c
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@@ -2,3 +2,6 @@ login-mailer.service
many-rsync/test-area many-rsync/test-area
many-rsync/sync.toml many-rsync/sync.toml
.claude/
.env

View File

@@ -47,7 +47,7 @@ do_install() {
fi fi
chown root:root "$CONF_DST" chown root:root "$CONF_DST"
chmod 600 "$CONF_DST" chmod 644 "$CONF_DST"
printf '\nInstalled. Edit %s and set your values.\n' "$CONF_DST" printf '\nInstalled. Edit %s and set your values.\n' "$CONF_DST"
} }