Fix minor typo
This commit is contained in:
parent
33d15b1793
commit
eabb2fb11e
|
@ -25,7 +25,7 @@ then
|
|||
SOLAR_UNZIP_FOLDER=solr-4.8.1
|
||||
|
||||
# If the solar folder does not exist, we have to build it
|
||||
if [ ! -f "$CACHE_DIR/$SOLAR_UNZIP_FOLDER"]
|
||||
if [ ! -f "$CACHE_DIR/$SOLAR_UNZIP_FOLDER" ]
|
||||
then
|
||||
# Download the solar installation file if it does not exist
|
||||
if [ ! -f "$CACHE_DIR/$FILE" ]
|
||||
|
|
Loading…
Reference in New Issue