mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-23 05:01:34 +01:00
Fix syntax error in lib.actions
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4692 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
53b68c8ab3
commit
52fc432522
@ -761,7 +761,7 @@ process_action3() {
|
|||||||
;;
|
;;
|
||||||
COMMENT)
|
COMMENT)
|
||||||
if [ -n "$COMMENTS" ]; then
|
if [ -n "$COMMENTS" ]; then
|
||||||
comment=($xclients $xservers $xprotocol $xports $xcports $xaddress $xratelimit $xuserspec)
|
comment=$(echo $xclients $xservers $xprotocol $xports $xcports $xaddress $xratelimit $xuserspec)
|
||||||
save_command COMMENT=\"$comment\"
|
save_command COMMENT=\"$comment\"
|
||||||
else
|
else
|
||||||
error_message "COMMENT ignored -- requires comment support in iptables/Netfilter"
|
error_message "COMMENT ignored -- requires comment support in iptables/Netfilter"
|
||||||
|
Loading…
Reference in New Issue
Block a user