1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-02 04:56:38 +08:00
Meng Sen 4ad859c4ce 发布应用 PageSpy
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
2024-11-18 18:09:19 +08:00

11 lines
118 B
Bash

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