appstore-1panel/apps/pixman/1.7.12/scripts/uninstall.sh

11 lines
118 B
Bash
Raw Normal View History

2024-07-28 02:13:37 +08:00
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi