appstore-1panel/apps/jellyseerr/1.9.2/scripts/uninstall.sh
萌森 80f66514fc 发布应用 Jelyseerr
Signed-off-by: 萌森 <qyg2297248353@163.com>
2024-09-10 12:47:24 +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