Unzip the file in the correct directory
This commit is contained in:
parent
eabb2fb11e
commit
0f8a2c0ec4
|
@ -34,7 +34,7 @@ then
|
|||
fi
|
||||
|
||||
# Unzip the folder
|
||||
unzip -q "$CACHE_DIR/$FILE" -d "$CACHE_DIR/$SOLAR_UNZIP_FOLDER"
|
||||
unzip -q "$CACHE_DIR/$FILE" -d "$CACHE_DIR"
|
||||
fi
|
||||
|
||||
echo "Configuring and starting Solr..."
|
||||
|
|
Loading…
Reference in New Issue