feat: update beszel-agent 0.15.2

This commit is contained in:
arch3rPro
2025-10-29 18:28:05 +08:00
parent b34ebeb9e8
commit dbdd7a601c
8 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi