We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f3c6fc commit e338affCopy full SHA for e338aff
1 file changed
bin/v-change-firewall-rule
@@ -44,7 +44,7 @@ sort_fw_rules() {
44
# Verifications #
45
#----------------------------------------------------------#
46
47
-check_args '5' "$#" 'RULE ACTION IP PORT [PROTOCOL] [COMMENT]'
+check_args '4' "$#" 'RULE ACTION IP PORT [PROTOCOL] [COMMENT]'
48
is_format_valid 'rule' 'action' 'protocol' 'port_ext'
49
if [ ! -z "$comment" ]; then
50
is_format_valid 'comment'
0 commit comments