Files
appstore-1panel/apps/garage-hq-web/2.1.0/scripts/uninstall.sh
T
Administrator bdd7726a36
Renovate / renovate (push) Has been cancelled
Push custom to released / push-branch (push) Has been cancelled
Process Apps and Commit Changes / process (push) Has been cancelled
版本号同步
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
2025-09-16 10:46:31 +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