1
0
mirror of https://gitlink.org.cn/pooneyy/1Panel-Appstore.git synced 2026-05-20 13:00:30 +08:00
1Panel-Appstore/alist/3.36.0/scripts/init.sh
github-action update-app-version 02b64c8ca1 Update app version [skip ci]
2024-07-22 04:49:51 +00:00

15 lines
217 B
Bash

#!/bin/bash
if [ -f .env ]; then
source .env
# setup-1 add default values
CURRENT_DIR=$(pwd)
echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi