Files
appstore-1panel/apps/ech0/3.0.0/scripts/uninstall.sh
renovate[bot] 458fa718b6 chore(deps): update sn0wl1n/ech0 docker tag to v3 (#3821)
* chore(deps): update sn0wl1n/ech0 docker tag to v3

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2025-12-01 12:27:40 +08: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