feat: update beszel-agent 0.18.4

This commit is contained in:
arch3rPro
2026-02-27 22:36:44 +08:00
parent daa3f6db3f
commit 2911414d95
9 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