Unzip the file in the correct directory

This commit is contained in:
Aitor Magán 2014-06-26 17:37:31 +02:00
parent eabb2fb11e
commit 0f8a2c0ec4
1 changed files with 1 additions and 1 deletions

View File

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