1
0
mirror of https://gitlink.org.cn/pooneyy/1Panel-Appstore.git synced 2026-05-20 13:00:30 +08:00
1Panel-Appstore/cloudsaver/0.6.0/scripts/uninstall.sh
Meng Sen ce63ac135e 发布应用 CloudSaver
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
2025-08-06 17:07:07 +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