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

View File

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