1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-01 08:36:38 +08:00
Meng Sen 8f70bff28e 发布应用 Shiori 应用
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
2024-10-25 18:37:20 +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