appstore-1panel/apps/wukongim/1.2.6/scripts/uninstall.sh
Meng Sen e1a2288762 发布应用 悟空IM
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
2024-10-10 11:36:25 +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