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..."