appstore-1panel/apps/alist-aria2/3.36.0/scripts/uninstall.sh

11 lines
118 B
Bash
Raw Normal View History

#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi