1
0
1Panel-Appstore/glance/0.6.4/scripts/uninstall.sh
Meng Sen c29544d2c2 发布应用 Glance
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
2025-01-24 13:09:19 +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