appstore-1panel/apps/nexusphp/1.8.14/scripts/uninstall.sh
Meng Sen 4868590583 发布 NexusPHP
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
2024-11-07 12:50:05 +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