mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 13:54:26 -07:00
a space is needed
a space is needed
This commit is contained in:
parent
b82ca32651
commit
c87b59ecb2
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ is_system_enabled "$FIREWALL_SYSTEM" 'FIREWALL_SYSTEM'
|
|||
get_next_fw_rule
|
||||
validate_format 'rule'
|
||||
is_object_new '../../data/firewall/rules' 'RULE' "$rule"
|
||||
if [ ! -z "$comment"]; then
|
||||
if [ ! -z "$comment" ]; then
|
||||
validate_format 'comment'
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue