1
0
Fork 0
1Panel-Appstore/iyuu-plus/latest/scripts/upgrade.sh

11 lines
118 B
Bash

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