feat: update beszel-agent 0.12.10

This commit is contained in:
arch3rPro
2025-09-24 05:30:27 +08:00
parent 32d9be5d5d
commit 1de53b8d44
8 changed files with 1 additions and 1 deletions
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi