Merge pull request #103 from jpmens/patch-2

make escaped quote visible
This commit is contained in:
Christer Edwards
2020-01-26 07:29:50 -07:00
committed by GitHub
+2 -2
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,