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

Changed default VUFIND_HOME setting for Linux.

Since Linux docs/packages install to vufind2, might as well reflect this in scripts.
parent eb7fb108
No related merge requests found
......@@ -66,7 +66,7 @@ fi
##################################################
if [ -z "$VUFIND_HOME" ]
then
VUFIND_HOME="/usr/local/vufind"
VUFIND_HOME="/usr/local/vufind2"
fi
......
......@@ -117,7 +117,7 @@ fi
##################################################
if [ -z "$VUFIND_HOME" ]
then
VUFIND_HOME="/usr/local/vufind"
VUFIND_HOME="/usr/local/vufind2"
fi
......
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