summaryrefslogtreecommitdiff
path: root/machine.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-06 07:50:01 -0600
committerJeff Carr <[email protected]>2025-03-06 07:54:56 -0600
commitbb4a6a01df71f7ce4338b8f61806ebf8832bffbf (patch)
tree4ad980c6470ca4bc682f94d4b6e15e50cba2906c /machine.go
parent76c5626d0a4908127c851242f32aa9f6d2d5c24a (diff)
try to fix zood updatev0.0.46v0.0.45v0.0.44
Diffstat (limited to 'machine.go')
-rw-r--r--machine.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/machine.go b/machine.go
index d6becc1..dc8da72 100644
--- a/machine.go
+++ b/machine.go
@@ -55,6 +55,7 @@ func handleMachine(r *http.Request, w http.ResponseWriter, hostname string, data
m.UserAgent = ua
}
if m.Upgrade {
+ log.Info(m.Hostname, "was told to upgrade zood")
fmt.Fprintln(w, "apt update")
m.Upgrade = false
} else {