mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Merge pull request #534 from helix84/DS-1998-cli-classpath
DS-1998 fix the "dspace classpath" CLI command
This commit is contained in:
@@ -61,6 +61,12 @@ else
|
||||
fi
|
||||
|
||||
|
||||
# If the user only wants the CLASSPATH, just give it now.
|
||||
if [ "$1" = "classpath" ]; then
|
||||
echo $FULLPATH
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
||||
|
||||
#Allow user to specify java options through JAVA_OPTS variable
|
||||
|
Reference in New Issue
Block a user