test
All checks were successful
Deply fsdproject.org / Deploy-Site (push) Successful in 0s

This commit is contained in:
2026-06-24 14:41:06 -04:00
parent 9ff1ab8778
commit 9c74819b07

View File

@@ -12,7 +12,8 @@ site:note(std.a("/archive/active/" .. (u.ls("archive/active")[1] or "unknown"),
site:note(u.cc { site:note(u.cc {
std.h2("Server status"), std.h2("Server status"),
std.p(std.strong("IP: ") .. "vxserver.dev"), std.p(std.strong("IP: ") .. "vxserver.dev"),
std.p(u.run("/home/minecraft/mc-tool/mc-tool status $(cat .active)")) std.p(u.run("/home/minecraft/mc-tool/mc-tool status $(cat .active)")),
std.p(u.run("echo test"))
}) })
site:note(u.cc { site:note(u.cc {