deploy script fix

This commit is contained in:
Alexandros Mandilaras 2024-09-20 09:06:17 +03:00
parent ce0e4ba45c
commit 31accd05a2
1 changed files with 1 additions and 1 deletions

View File

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