From 1c74bc88eaad263e9bd20f4ae950a672951c5487 Mon Sep 17 00:00:00 2001
From: Maxim Thomas <maxim.thomas@gmail.com>
Date: Mon, 05 Aug 2019 13:42:45 +0000
Subject: [PATCH] fix #83 issue (#85)
---
opendj-server-legacy/resource/bin/_script-util.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-server-legacy/resource/bin/_script-util.sh b/opendj-server-legacy/resource/bin/_script-util.sh
index a516d47..41317dc 100644
--- a/opendj-server-legacy/resource/bin/_script-util.sh
+++ b/opendj-server-legacy/resource/bin/_script-util.sh
@@ -28,7 +28,7 @@
if test -f "${INSTANCE_ROOT}/config/java.properties"
then
PROPERTY_VALUE=
- PROPERTY_VALUE=`grep "^\s*${1}=" "${INSTANCE_ROOT}/config/java.properties" |cut -d'=' -f2 2> /dev/null`
+ PROPERTY_VALUE=`grep "^\s*${1}=" "${INSTANCE_ROOT}/config/java.properties" |cut -d'=' -f2- 2> /dev/null`
fi
}
--
Gitblit v1.10.0