summaryrefslogtreecommitdiff
path: root/fix.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-06 16:59:33 -0600
committerJeff Carr <[email protected]>2024-01-06 16:59:33 -0600
commit15d9f9769360b1cb8c748de8ee995030ade5eb35 (patch)
tree97f7c9057c284fbb8f9e0428533f2d7b4da85772 /fix.go
parent983517732d9f193771665d8191c58e47028c6670 (diff)
all engines running and stable
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'fix.go')
-rw-r--r--fix.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/fix.go b/fix.go
index 6bc0896..d2cd76c 100644
--- a/fix.go
+++ b/fix.go
@@ -11,10 +11,10 @@ func fix() bool {
log.Warn("The IPv6 Control Panel is not Ready() yet")
return false
}
- if me.status.ValidHostname() {
- log.Warn("Your hostname is VALID:", me.status.GetHostname())
+ if me.statusOS.ValidHostname() {
+ log.Warn("Your hostname is VALID:", me.statusOS.GetHostname())
} else {
- log.Warn("You must first fix your hostname:", me.status.GetHostname())
+ log.Warn("You must first fix your hostname:", me.statusOS.GetHostname())
return false
}
if me.digStatus.IPv4() {