use existing variables

This commit is contained in:
Daniel Hansson 2018-03-08 11:24:17 +01:00 committed by GitHub
parent 5a97386dda
commit 5e187cd671
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,9 +108,9 @@ check_command "echo \"SOLR_OPTS=\\\"\\\$SOLR_OPTS -Dsolr.allow.unsafe.resourcelo
check_command service solr restart
# Get nextant app for nextcloud
check_command wget -q -P "$NC_APPS_PATH" https://github.com/nextcloud/fulltextsearch/releases/download/v1.0.8/nextant-1.0.8.tar.gz
check_command wget -q -P "$NC_APPS_PATH" "$NT_DL"
check_command cd "$NC_APPS_PATH"
check_command tar zxf nextant-1.0.8.tar.gz
check_command tar zxf "$NT_RELEASE"
# Enable Nextant
rm -r "$NT_RELEASE"