From 5e187cd671c878f5ef18d0af192fde9385a136c0 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Thu, 8 Mar 2018 11:24:17 +0100 Subject: [PATCH] use existing variables --- apps/nextant.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/nextant.sh b/apps/nextant.sh index ac49ffb5..957492bf 100644 --- a/apps/nextant.sh +++ b/apps/nextant.sh @@ -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"