1
0
1Panel-Appstore/apps/ghost/6.0.0/scripts/uninstall.sh

11 lines
118 B
Bash
Raw Normal View History

2025-06-16 11:51:25 +08:00
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi