diff --git a/apps/certimate/0.3.17/scripts/init.sh b/apps/certimate/0.3.17/scripts/init.sh deleted file mode 100644 index 07fb8c3fe..000000000 --- a/apps/certimate/0.3.17/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/certimate/0.3.17/scripts/uninstall.sh b/apps/certimate/0.3.17/scripts/uninstall.sh deleted file mode 100644 index c86c4fbca..000000000 --- a/apps/certimate/0.3.17/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/certimate/0.3.17/scripts/upgrade.sh b/apps/certimate/0.3.17/scripts/upgrade.sh deleted file mode 100644 index 07fb8c3fe..000000000 --- a/apps/certimate/0.3.17/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/certimate/0.3.17/.env.sample b/apps/certimate/0.3.18/.env.sample similarity index 100% rename from apps/certimate/0.3.17/.env.sample rename to apps/certimate/0.3.18/.env.sample diff --git a/apps/certimate/0.3.17/data.yml b/apps/certimate/0.3.18/data.yml similarity index 100% rename from apps/certimate/0.3.17/data.yml rename to apps/certimate/0.3.18/data.yml diff --git a/apps/certimate/0.3.17/docker-compose.yml b/apps/certimate/0.3.18/docker-compose.yml similarity index 87% rename from apps/certimate/0.3.17/docker-compose.yml rename to apps/certimate/0.3.18/docker-compose.yml index e712263d4..6264702dd 100644 --- a/apps/certimate/0.3.17/docker-compose.yml +++ b/apps/certimate/0.3.18/docker-compose.yml @@ -1,6 +1,6 @@ services: certimate: - image: "usual2970/certimate:v0.3.17" + image: "usual2970/certimate:v0.3.18" container_name: ${CONTAINER_NAME} restart: always networks: diff --git a/apps/certimate/0.3.17/envs/default.env b/apps/certimate/0.3.18/envs/default.env similarity index 100% rename from apps/certimate/0.3.17/envs/default.env rename to apps/certimate/0.3.18/envs/default.env diff --git a/apps/certimate/0.3.17/envs/global.env b/apps/certimate/0.3.18/envs/global.env similarity index 100% rename from apps/certimate/0.3.17/envs/global.env rename to apps/certimate/0.3.18/envs/global.env