appstore-1panel/apps/ani-rss/1.1.202/scripts/upgrade.sh
Meng Sen c85f9c5875 发布应用 ANI-RSS AutoLady
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
2024-11-27 17:14:53 +08:00

16 lines
247 B
Bash

#!/bin/bash
if [ -f .env ]; then
source .env
# setup-1 add default values
CURRENT_DIR=$(pwd)
sed -i '/^ENV_FILE=/d' .env
echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi