feat: update beszel-agent 0.16.1

This commit is contained in:
arch3rPro
2025-11-17 14:35:24 +08:00
parent 0c787f30d8
commit fbf7244767
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