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

jvergara
29.31.2007 b40f0cf40b2a52ea5030c6d1608a92ff75a005f2
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)