fix(agent): correct version log, bump to v0.3.2, increase tailscale timeout

- Replace hardcoded AGENT_VERSION constant with injected version variable
- Bump agent version to 0.3.2
- Increase tailscale up/status timeout from 60s to 120s
This commit is contained in:
EduBox Dev
2026-06-23 18:29:21 +00:00
parent d090f67bff
commit 3a3e3ed202
3 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ func startTailscale(dataDir, nodeID, headscaleURL, authKey string) (string, erro
time.Sleep(1 * time.Second)
// Bring the interface up with the auth key.
ctx, cancel := context.WithTimeout(context.Background(), 60*time.Second)
ctx, cancel := context.WithTimeout(context.Background(), 120*time.Second)
defer cancel()
upArgs := []string{