file_write
Write content to files on OpenWrt routers, creating them if they don't exist. Optionally append to existing files to update configurations.
Instructions
Write content to a file on the OpenWrt router. Creates the file if it doesn't exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path for the file on the router | |
| append | No | If true, append to the file instead of overwriting | |
| content | Yes | Content to write to the file |