whisper: hotfix for perms
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user