1
0
mirror of https://gitlink.org.cn/pooneyy/1Panel-Appstore.git synced 2026-04-25 05:25:17 +08:00
1Panel-Appstore/apps/yarr/2.4.0/scripts/init.sh

11 lines
108 B
Bash

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