appstore-1panel/apps/sentinel/1.8.6/scripts/init.sh
Meng Sen 6c18fe434d 提交合并
Signed-off-by: 萌森 <qyg2297248353@163.com>
2024-07-17 16:30:13 +08:00

11 lines
108 B
Bash

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