From 31accd05a2984b327ae43983f6977f0ae57438db Mon Sep 17 00:00:00 2001 From: amandilaras Date: Fri, 20 Sep 2024 09:06:17 +0300 Subject: [PATCH] deploy script fix --- deployment/deploy_opencdmp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/deploy_opencdmp.sh b/deployment/deploy_opencdmp.sh index ed63572be..57d5833c3 100644 --- a/deployment/deploy_opencdmp.sh +++ b/deployment/deploy_opencdmp.sh @@ -24,7 +24,7 @@ done docker-compose down docker-compose pull -chmod 744 ./elk/elasticsearch/index_init.sh +chmod 744 ./config-files/elk/elasticsearch/index_init.sh if [[ $1 == "-r" ]]; then echo "Resetting PostgreSQL and Elasticsearch storage..."