1
0
1Panel-Appstore/topiam-ce/2.0.0/scripts/uninstall.sh
Meng Sen a5fd34ec2b 发布应用:topiam
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
2024-12-02 17:03:10 +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