*missed setting activeIp

This commit is contained in:
Derrick Hammer 2022-09-09 06:17:58 -04:00
parent e7e4911961
commit 522807d8af
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ async function ipUpdate() {
await dnsProvider(currentIp);
activeIp = currentIp;
log.info(`Updated DynDNS hostname ${config.str("domain")} to ${activeIp}`);
}