docs: Document escaping ampersand

This commit is contained in:
tschettervictor
2025-01-15 11:45:30 -07:00
committed by GitHub
parent a5f66c6e80
commit 5ac744d652

View File

@@ -45,9 +45,14 @@ Template Automation Hooks
| SYSRC | sysrc command(s) | nginx_enable=YES |
+---------+-------------------+-----------------------------------------+
Note: SYSRC requires that NO quotes be used or that quotes (`"`) be escaped
Special Cases
SYSRC requires that NO quotes be used or that quotes (`"`) be escaped
ie; (`\\"`)
When using an ampersand "\&" in a template hook, and it is to be
interpreted literally, it must be escaped (`\\&`)
Place these uppercase template hook commands into a `Bastillefile` in any order
and automate container setup as needed.