feat: update beszel-agent 0.12.6

This commit is contained in:
arch3rPro
2025-09-01 16:45:22 +08:00
parent 7235482359
commit e97e0905c3
8 changed files with 2 additions and 2 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