feat: update beszel-agent 0.18.5

This commit is contained in:
arch3rPro
2026-03-28 05:30:22 +08:00
parent d94b6f184f
commit 5a1dc0de21
9 changed files with 2 additions and 2 deletions
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi