mirror of
https://github.com/YunoHost-Apps/coturn_ynh.git
synced 2024-09-03 18:16:32 +02:00
Update sources/Coturn_config_rotate.sh
Co-authored-by: Kayou <pierre@kayou.io>
This commit is contained in:
parent
94501cea19
commit
41ec155554
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ else
|
|||
external_IP_line="${external_IP_line/'__IPV4__,'/}"
|
||||
fi
|
||||
|
||||
if [[ -n "$public_ip6" ]] && ynh_validate_ip 6 "$public_ip6"
|
||||
if [ -n "$public_ip6" ] && ynh_validate_ip6 --ip_address="$public_ip6"
|
||||
then
|
||||
external_IP_line="${external_IP_line/'__IPV6__'/$public_ip6}"
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue