Long arguments for ynh_validate_ip6

Co-Authored-By: Kayou <pierre@kayou.io>
This commit is contained in:
Maniack Crudelis 2020-04-24 23:45:43 +02:00 committed by GitHub
parent 67785edb1c
commit b3b0aef047
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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