a space is needed

a space is needed
This commit is contained in:
Neilpang 2015-06-22 22:39:35 +08:00
commit c87b59ecb2

View file

@ -52,7 +52,7 @@ is_system_enabled "$FIREWALL_SYSTEM" 'FIREWALL_SYSTEM'
get_next_fw_rule get_next_fw_rule
validate_format 'rule' validate_format 'rule'
is_object_new '../../data/firewall/rules' 'RULE' "$rule" is_object_new '../../data/firewall/rules' 'RULE' "$rule"
if [ ! -z "$comment"]; then if [ ! -z "$comment" ]; then
validate_format 'comment' validate_format 'comment'
fi fi