Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2025-11-03 22:15:26 +00:00
parent 30ebfc405d
commit 65e6aab7ff
8 changed files with 0 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
#!/bin/bash
if [ -f .env ]; then
source .env
mkdir -p "$REDIS_ROOT_PATH"
mkdir -p "$REDIS_ROOT_PATH/data"
mkdir -p "$REDIS_ROOT_PATH/config"
mkdir -p "$REDIS_ROOT_PATH/logs"
cp ./config/redis.conf "$REDIS_ROOT_PATH/config/redis.conf"
echo "Check Finish."
else
echo "Error: .env file not found."
fi