From 1509115e75e630d99d64c4d47b6402cdc2327893 Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Mon, 16 Jun 2025 11:35:07 +0800 Subject: [PATCH] Update app version --- apps/ghost/5.123.0/scripts/init.sh | 17 ----------------- apps/ghost/5.123.0/scripts/uninstall.sh | 10 ---------- apps/ghost/5.123.0/scripts/upgrade.sh | 17 ----------------- apps/ghost/{5.123.0 => 5.125.1}/data.yml | 0 .../{5.123.0 => 5.125.1}/docker-compose.yml | 0 .../ghost/{5.123.0 => 5.125.1}/envs/default.env | 0 apps/ghost/{5.123.0 => 5.125.1}/envs/global.env | 0 7 files changed, 44 deletions(-) delete mode 100644 apps/ghost/5.123.0/scripts/init.sh delete mode 100644 apps/ghost/5.123.0/scripts/uninstall.sh delete mode 100644 apps/ghost/5.123.0/scripts/upgrade.sh rename apps/ghost/{5.123.0 => 5.125.1}/data.yml (100%) rename apps/ghost/{5.123.0 => 5.125.1}/docker-compose.yml (100%) rename apps/ghost/{5.123.0 => 5.125.1}/envs/default.env (100%) rename apps/ghost/{5.123.0 => 5.125.1}/envs/global.env (100%) diff --git a/apps/ghost/5.123.0/scripts/init.sh b/apps/ghost/5.123.0/scripts/init.sh deleted file mode 100644 index 07fb8c3fe..000000000 --- a/apps/ghost/5.123.0/scripts/init.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -if [ -f .env ]; then - source .env - - # setup-1 add default values - CURRENT_DIR=$(pwd) - sed -i '/^ENV_FILE=/d' .env - sed -i '/^GLOBAL_ENV_FILE=/d' .env - echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env - echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env - - echo "Check Finish." - -else - echo "Error: .env file not found." -fi diff --git a/apps/ghost/5.123.0/scripts/uninstall.sh b/apps/ghost/5.123.0/scripts/uninstall.sh deleted file mode 100644 index c86c4fbca..000000000 --- a/apps/ghost/5.123.0/scripts/uninstall.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -if [ -f .env ]; then - source .env - - echo "Check Finish." - -else - echo "Error: .env file not found." -fi diff --git a/apps/ghost/5.123.0/scripts/upgrade.sh b/apps/ghost/5.123.0/scripts/upgrade.sh deleted file mode 100644 index 07fb8c3fe..000000000 --- a/apps/ghost/5.123.0/scripts/upgrade.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -if [ -f .env ]; then - source .env - - # setup-1 add default values - CURRENT_DIR=$(pwd) - sed -i '/^ENV_FILE=/d' .env - sed -i '/^GLOBAL_ENV_FILE=/d' .env - echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env - echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env - - echo "Check Finish." - -else - echo "Error: .env file not found." -fi diff --git a/apps/ghost/5.123.0/data.yml b/apps/ghost/5.125.1/data.yml similarity index 100% rename from apps/ghost/5.123.0/data.yml rename to apps/ghost/5.125.1/data.yml diff --git a/apps/ghost/5.123.0/docker-compose.yml b/apps/ghost/5.125.1/docker-compose.yml similarity index 100% rename from apps/ghost/5.123.0/docker-compose.yml rename to apps/ghost/5.125.1/docker-compose.yml diff --git a/apps/ghost/5.123.0/envs/default.env b/apps/ghost/5.125.1/envs/default.env similarity index 100% rename from apps/ghost/5.123.0/envs/default.env rename to apps/ghost/5.125.1/envs/default.env diff --git a/apps/ghost/5.123.0/envs/global.env b/apps/ghost/5.125.1/envs/global.env similarity index 100% rename from apps/ghost/5.123.0/envs/global.env rename to apps/ghost/5.125.1/envs/global.env