1
0
mirror of https://gitlink.org.cn/pooneyy/1Panel-Appstore.git synced 2026-05-09 02:20:27 +08:00
1Panel-Appstore/apps/slink/1.6.2/scripts/uninstall.sh
2025-07-18 01:43:21 +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