We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd2a779 commit 6216648Copy full SHA for 6216648
1 file changed
bin/v-add-sys-ip
@@ -42,7 +42,7 @@ source $HESTIA/conf/hestia.conf
42
#----------------------------------------------------------#
43
44
check_args '2' "$#" 'IP NETMASK [INTERFACE] [USER] [STATUS] [NAME] [NATED_IP] [HELO]'
45
-is_format_valid 'ip' 'netmask' 'interface' 'user' 'ip_status'
+is_format_valid 'ip' 'netmask' 'iface' 'user' 'ip_status'
46
is_ip_free
47
is_object_valid 'user' 'USER' "$user"
48
is_object_unsuspended 'user' 'USER' "$user"
0 commit comments