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

jvergara
29.31.2007 de3fcf3b169f278fa7a86b7ac967bb4f9b2b3988
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/util/Utils.java
@@ -634,7 +634,9 @@
    String userDir = System.getProperty("user.home");
    String firstLocation =
        userDir + File.separator
            + org.opends.server.util.DynamicConstants.COMPACT_VERSION_STRING;
            + org.opends.server.util.DynamicConstants.SHORT_NAME + "-"
            + org.opends.server.util.DynamicConstants.MAJOR_VERSION + "."
            + org.opends.server.util.DynamicConstants.MINOR_VERSION;
    String serverLocation = firstLocation;
    int i = 1;
    while (fileExists(serverLocation)