summarylogtreecommitdiffstats
path: root/solr5-zip.install
diff options
context:
space:
mode:
Diffstat (limited to 'solr5-zip.install')
-rw-r--r--solr5-zip.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/solr5-zip.install b/solr5-zip.install
index ddb4ca63c1fd..838af689fc8a 100644
--- a/solr5-zip.install
+++ b/solr5-zip.install
@@ -4,5 +4,5 @@ post_install() {
post_upgrade() {
echo 'If used with solr-undertow, set solr.undertow.solrWarFile in the conf file (e.g. /etc/solr/default.conf)'
- echo "to the path of the solr zip file (i.e. /usr/share/java/lib/solr/solr-$1.zip)."
+ echo "to the path of the solr zip file (i.e. /usr/share/java/lib/solr/solr-${1%-*}.zip)."
}