Skip to content

Commit

Permalink
iroh: make config read-only
Browse files Browse the repository at this point in the history
  • Loading branch information
missytake committed Jan 7, 2025
1 parent 5b8de76 commit 1efd5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmdeploy/src/cmdeploy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ def deploy_iroh_relay(config) -> None:
dest=f"/etc/iroh-relay.toml",
user="root",
group="root",
mode="644",
mode="444",
)
need_restart |= iroh_config.changed

Expand Down

0 comments on commit 1efd5b1

Please sign in to comment.