appstore-1panel/apps/qbittorrent/4.6.6/scripts/upgrade.sh

11 lines
118 B
Bash
Raw Permalink Normal View History

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