Is there an existing issue for this?
Current Behavior
Output incorrect due to typo
Expected Behavior
Correct output of IPV6 address
Steps To Reproduce
|
echo "Your IP was updated at $(date) to IPv4: ${IPV4} & IPv6 to: {$IPV6}" |
{$IPV6} should read ${IPV6}
Environment
CPU architecture
x86-64
Docker creation
Container logs
Is there an existing issue for this?
Current Behavior
Output incorrect due to typo
Expected Behavior
Correct output of IPV6 address
Steps To Reproduce
docker-duckdns/root/app/duck.sh
Line 51 in 1a7b1f3
{$IPV6} should read ${IPV6}
Environment
CPU architecture
x86-64
Docker creation
Container logs