Просмотр исходного кода

a space is needed

a space is needed
Neilpang 10 лет назад
Родитель
Сommit
c87b59ecb2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      bin/v-add-firewall-rule

+ 1 - 1
bin/v-add-firewall-rule

@@ -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