appstore-1panel/apps/artalk/2.8.7/scripts/uninstall.sh
萌森 5cdfdcfde3 应用 Artalk
Signed-off-by: 萌森 <qyg2297248353@163.com>
2024-09-02 15:36:39 +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