Files
appstore-1panel/apps/emby-amilys/4.9.0.46/scripts/uninstall.sh
Meng Sen d965427a04 发布 Emby 测试版本
移除失效应用 emby-lovechen

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
2025-04-21 11:17:47 +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