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

jvergara
30.02.2007 0216a70da38c43aac1ac170d130fb98c99dba481
Fix for issue 1471 (remove version from suggested install directory).
1 files modified
4 ■■■ changed files
opends/src/quicksetup/org/opends/quicksetup/util/Utils.java 4 ●●● patch | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/Utils.java
@@ -634,9 +634,7 @@
    String userDir = System.getProperty("user.home");
    String firstLocation =
        userDir + File.separator
            + org.opends.server.util.DynamicConstants.SHORT_NAME + "-"
            + org.opends.server.util.DynamicConstants.MAJOR_VERSION + "."
            + org.opends.server.util.DynamicConstants.MINOR_VERSION;
            + org.opends.server.util.DynamicConstants.SHORT_NAME;
    String serverLocation = firstLocation;
    int i = 1;
    while (fileExists(serverLocation)