Skip to content
Snippets Groups Projects
Commit a1127e83 authored by Demian Katz's avatar Demian Katz
Browse files

Fixed typo in script.

parent 5cf20ea2
Branches
Tags
No related merge requests found
......@@ -36,7 +36,7 @@ usage()
# Set VUFIND_HOME
if [ -z "$VUFIND_HOME" ]
then
VUFIND_HOME=`basedir $0`
VUFIND_HOME=`dirname $0`
fi
if [ -z "$SOLR_HOME" ]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment