1
0
mirror of https://gitlink.org.cn/pooneyy/1Panel-Appstore.git synced 2026-05-01 16:00:29 +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