1
0
mirror of https://gitlink.org.cn/pooneyy/1Panel-Appstore.git synced 2026-04-29 19:40:28 +08:00
1Panel-Appstore/transmission/4.0.3/scripts/uninstall.sh
萌森 2e46c6c02b 版本降级
Signed-off-by: 萌森 <qyg2297248353@163.com>
2024-08-12 13:48:06 +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