feat: update beszel-agent 0.13.1

This commit is contained in:
arch3rPro
2025-10-07 05:30:14 +08:00
parent 506ff691cd
commit 6ca121aa51
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