Skip to content

Commit 6216648

Browse files
authored
iface instead of interface is used
See line 26
1 parent fd2a779 commit 6216648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-add-sys-ip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ source $HESTIA/conf/hestia.conf
4242
#----------------------------------------------------------#
4343

4444
check_args '2' "$#" 'IP NETMASK [INTERFACE] [USER] [STATUS] [NAME] [NATED_IP] [HELO]'
45-
is_format_valid 'ip' 'netmask' 'interface' 'user' 'ip_status'
45+
is_format_valid 'ip' 'netmask' 'iface' 'user' 'ip_status'
4646
is_ip_free
4747
is_object_valid 'user' 'USER' "$user"
4848
is_object_unsuspended 'user' 'USER' "$user"

0 commit comments

Comments
 (0)