mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Maxim Thomas
05.42.2019 1c74bc88eaad263e9bd20f4ae950a672951c5487
fix #83 issue (#85)

1 files modified
2 ■■■ changed files
opendj-server-legacy/resource/bin/_script-util.sh 2 ●●● patch | view | raw | blame | history
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
}