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