This commit is contained in:
Alexander Schäferdiek 2020-02-03 21:07:01 +00:00
parent f4c72fa7a9
commit 580da795bf

View file

@ -126,7 +126,7 @@ if [ "${DYNV6_IPV4_ENABLED}" = "true" ]; then
if [ "${DYNV6_MAIL_ENABLED}" = "true" ]; then if [ "${DYNV6_MAIL_ENABLED}" = "true" ]; then
HOSTMACHINE=$(hostname) 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 fi
fi fi