forked from extern/shorewall_code
Make it clear that the variable expansion restriction applies to config files
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
b4b6dce7c8
commit
505a2bac22
@ -697,9 +697,9 @@ SHELL cat /etc/shorewall/rules.d/*.rules</programlisting></para>
|
|||||||
</orderedlist>
|
</orderedlist>
|
||||||
|
|
||||||
<note>
|
<note>
|
||||||
<para>Only the $VAR and ${VAR} forms of variable expansion are
|
<para>Within your configuration files, only the $VAR and ${VAR} forms of
|
||||||
supported. You may not use the more exotic forms supported by the shell
|
variable expansion are supported. You may not use the more exotic forms
|
||||||
(${VAR:=val}, ${VAR:-val}, ...)</para>
|
supported by the shell (${VAR:=val}, ${VAR:-val}, ...)</para>
|
||||||
</note>
|
</note>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user