From 8a9b2623f9bd4a64816b225a4f0b2ee371fd2768 Mon Sep 17 00:00:00 2001 From: Odyssey Date: Sat, 7 Jan 2023 18:26:14 +0100 Subject: [PATCH] Try this Arya Signed-off-by: Odyssey --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index eb1588a..3d3e736 100644 --- a/main.go +++ b/main.go @@ -32,6 +32,7 @@ func main() { } // Get the number of users online out, err := exec.Command("bash", "-c", "/usr/bin/users | /usr/bin/wc -l").Output() + log.Info(string(out)) if err != nil { log.Error(err) return c.SendStatus(fiber.StatusInternalServerError)