feat: update beszel-agent 0.18.1

This commit is contained in:
arch3rPro
2026-01-13 05:30:28 +08:00
parent 44e7a50af1
commit 01e035e454
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