mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
refactor: update script
This commit is contained in:
@@ -58,6 +58,7 @@ get_ip() {
|
|||||||
local ipv6=$(curl -6s https://ifconfig.io 2>/dev/null)
|
local ipv6=$(curl -6s https://ifconfig.io 2>/dev/null)
|
||||||
if [ -n "$ipv6" ]; then
|
if [ -n "$ipv6" ]; then
|
||||||
echo "$ipv6"
|
echo "$ipv6"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user