mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Long arguments for ynh_validate_ip6
Co-Authored-By: Kayou <pierre@kayou.io>
This commit is contained in:
parent
67785edb1c
commit
b3b0aef047
1 changed files with 1 additions and 1 deletions
|
@ -127,5 +127,5 @@ ynh_validate_ip6()
|
||||||
# Manage arguments with getopts
|
# Manage arguments with getopts
|
||||||
ynh_handle_getopts_args "$@"
|
ynh_handle_getopts_args "$@"
|
||||||
|
|
||||||
ynh_validate_ip 6 $ip_address
|
ynh_validate_ip --family=6 --ip_address=$ip_address
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue