1
0
mirror of https://gitlink.org.cn/pooneyy/1Panel-Appstore.git synced 2026-04-27 17:30:50 +08:00
1Panel-Appstore/gitea-runner/0.2.11/scripts/init.sh
github-action update-app-version 06bac8ed92 Update app version [skip ci]
2024-09-24 10:26:07 +00:00

11 lines
118 B
Bash

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