mirror of
https://github.com/BastilleBSD/bastille.git
synced 2025-12-13 02:19:52 +01:00
docs: Document escaping ampersand
This commit is contained in:
@@ -45,9 +45,14 @@ Template Automation Hooks
|
|||||||
| SYSRC | sysrc command(s) | nginx_enable=YES |
|
| 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; (`\\"`)
|
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
|
Place these uppercase template hook commands into a `Bastillefile` in any order
|
||||||
and automate container setup as needed.
|
and automate container setup as needed.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user