From af11803c569c175e1e9ce0337cbffbb02feccbda Mon Sep 17 00:00:00 2001 From: vxclutch Date: Wed, 24 Jun 2026 14:48:16 -0400 Subject: [PATCH] fix --- www/index.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/index.lua b/www/index.lua index c0a76f8..72e8d68 100644 --- a/www/index.lua +++ b/www/index.lua @@ -13,8 +13,7 @@ site:note(std.a("/archive/active/" .. (u.ls("archive/active")[1] or "unknown"), site:note(u.cc { std.h2("Server status"), std.p(std.strong("IP: ") .. "vxserver.dev"), - std.p(u.run("/home/minecraft/mc-tool/mc-tool status $(cat .active)")), - std.p(u.run("echo $(cat /home/minecraft/active)")), + std.p(u.run("/home/minecraft/mc-tool/mc-tool status $(cat active)")), }) site:note(u.cc {