make escaped quote visible

This commit is contained in:
JP Mens
2020-01-26 15:18:29 +01:00
committed by GitHub
parent 0940d86d62
commit 9299670126

View File

@@ -44,8 +44,8 @@ work as expected. This table outlines those requirements:
| CMD | /bin/sh command | /usr/bin/chsh -s /usr/local/bin/zsh | | CMD | /bin/sh command | /usr/bin/chsh -s /usr/local/bin/zsh |
+---------+------------------+--------------------------------------+ +---------+------------------+--------------------------------------+
Note: SYSRC requires that NO quotes be used or that quotes (`"`) be escaped. Note: SYSRC requires that NO quotes be used or that quotes (`"`) be escaped
ie; `\"`) ie; (`\\"`)
In addition to supporting template hooks, Bastille supports overlaying In addition to supporting template hooks, Bastille supports overlaying
files into the container. This is done by placing the files in their full path, files into the container. This is done by placing the files in their full path,