1
0
Files
1Panel-Appstore/emby/4.9.0.50/scripts/uninstall.sh
Meng Sen 087ce86dcc 发布 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