Files
appstore-1panel/appstore/qbittorrent/5.1.4/scripts/init.sh
T
2025-11-22 06:30:33 +00: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