mirror of
https://github.com/chatmail/relay.git
synced 2026-05-21 05:18:04 +00:00
iroh: make config read-only
This commit is contained in:
@@ -522,7 +522,7 @@ def deploy_iroh_relay(config) -> None:
|
|||||||
dest=f"/etc/iroh-relay.toml",
|
dest=f"/etc/iroh-relay.toml",
|
||||||
user="root",
|
user="root",
|
||||||
group="root",
|
group="root",
|
||||||
mode="644",
|
mode="444",
|
||||||
)
|
)
|
||||||
need_restart |= iroh_config.changed
|
need_restart |= iroh_config.changed
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user