修复应用 rustdesk-api

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
2025-07-11 11:33:35 +08:00
parent b36f054311
commit 59c12e775e
9 changed files with 68 additions and 19 deletions
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi