appstore-1panel/apps/qbittorrent/5.0.0/scripts/uninstall.sh
Meng Sen cd65e7d70f 发布 QB 5.0 不建议 PT用户升级
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
2024-10-12 12:39:19 +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