Integrate-with-supabase-backend
This commit is contained in:
4
main.go
4
main.go
@@ -73,7 +73,7 @@ func checkKernelVersionCompatibility() {
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
fmt.Printf("✅ Kernel version %s is compatible with eBPF\n", kernelVersion)
|
||||
|
||||
}
|
||||
|
||||
// checkEBPFSupport validates eBPF subsystem availability
|
||||
@@ -97,7 +97,7 @@ func checkEBPFSupport() {
|
||||
syscall.Close(int(fd))
|
||||
}
|
||||
|
||||
fmt.Printf("✅ eBPF syscall is available\n")
|
||||
|
||||
}
|
||||
|
||||
// runInteractiveDiagnostics starts the interactive diagnostic session
|
||||
|
||||
Reference in New Issue
Block a user