Files
appstore-1panel/appstore/bookstack/24.12.1/scripts/uninstall.sh
2025-01-15 06:25:57 +00: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