diff --git a/dspace/bin/start-handle-server b/dspace/bin/start-handle-server index 06c4fb5d90c9..d0c929b251ec 100755 --- a/dspace/bin/start-handle-server +++ b/dspace/bin/start-handle-server @@ -25,7 +25,7 @@ LOGDIR=$DSPACEDIR/log #Allow user to specify java options through JAVA_OPTS variable if [ "$JAVA_OPTS_HANDLE" = "" ]; then #Default Java to use 256MB of memory - $JAVA_OPTS_HANDLE=-Xmx256m + JAVA_OPTS_HANDLE=-Xmx256m fi # Remove lock file, in case the old Handle server did not shut down properly