appstore-1panel/apps/umami-mysql/2.13.2/scripts/uninstall.sh
萌森 1c9b31bc6a 升级 Umami
Signed-off-by: 萌森 <qyg2297248353@163.com>
2024-08-29 16:49:03 +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