Fix typo
This commit is contained in:
parent
f4c72fa7a9
commit
580da795bf
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ if [ "${DYNV6_IPV4_ENABLED}" = "true" ]; then
|
|||
|
||||
if [ "${DYNV6_MAIL_ENABLED}" = "true" ]; then
|
||||
HOSTMACHINE=$(hostname)
|
||||
echo -e "IPv4 for ${hostname} on host ${HOSTMACHINE} changed changed to ${ipv4Address}" | mailx -s "[dynv6 IPv4 ${HOSTMACHINE}] IPv4 changed for ${hostname}" "${DYNV6_MAIL_ADDRESS}"
|
||||
echo -e "IPv4 for ${hostname} on host ${HOSTMACHINE} changed to ${ipv4Address}" | mailx -s "[dynv6 IPv4 ${HOSTMACHINE}] IPv4 changed for ${hostname}" "${DYNV6_MAIL_ADDRESS}"
|
||||
fi
|
||||
fi
|
||||
fi
|
Loading…
Reference in a new issue