Skip to content
Snippets Groups Projects
Commit 9c6d3f87 authored by Lionel VIDALLER's avatar Lionel VIDALLER
Browse files

correction bug

parent 1045ec00
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,8 @@ until [ -e "$FILE" ]; do ...@@ -10,7 +10,8 @@ until [ -e "$FILE" ]; do
sleep 5 sleep 5
done done
rm -Rf ./photondata && mkdir photondata rm $FILE
rm -Rf /photon/photon_data/elasticsearch
# Create elasticsearch index # Create elasticsearch index
if [ ! -d "/photon/photon_data/elasticsearch" ]; then if [ ! -d "/photon/photon_data/elasticsearch" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment