1
0
mirror of https://gitlink.org.cn/pooneyy/1Panel-Appstore.git synced 2026-04-29 23:10:28 +08:00
1Panel-Appstore/speedtest-tracker-sqlite/0.25.0/scripts/uninstall.sh
github-action update-app-version 1859bebf44 Update app version [skip ci]
2024-12-05 19:45:24 +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