appstore-1panel/apps/rsshub/2024-10-11/scripts/uninstall.sh
Meng Sen 8dd025d587 完善应用 RssHub
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
2024-10-12 11:49: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