Files
appstore-1panel/apps/reader3-webview/3.2.0/scripts/upgrade.sh
T
2024-07-30 18:24:53 +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