Files
appstore-1panel/apps/bonita/0.9.4/scripts/uninstall.sh
Meng Sen ab9602df15 发布 Bonita
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
2025-06-12 12:01: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