deploy script fix
This commit is contained in:
parent
ce0e4ba45c
commit
31accd05a2
|
@ -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..."
|
||||
|
|
Loading…
Reference in New Issue