opends/src/quicksetup/org/opends/quicksetup/LicenseFile.java
@@ -57,9 +57,9 @@ if (Utils.isWebStart()) { return File.pathSeparator + File.separatorChar + "Legal" + File.pathSeparator + File.separatorChar + "license_to_accept.txt"; } else @@ -79,9 +79,9 @@ } return installRootFromSystem + File.pathSeparator + File.separatorChar + "Legal" + File.pathSeparator + File.separatorChar + "license_to_accept.txt"; } }