appstore-1panel/apps/ani-rss/1.1.202/scripts/uninstall.sh
Meng Sen c85f9c5875 发布应用 ANI-RSS AutoLady
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
2024-11-27 17:14:53 +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