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

jvergara
26.13.2007 e7934050009ce7e6f43e2ce7d56c827a23ac287e
opends/src/quicksetup/org/opends/quicksetup/installer/webstart/WebStartInstaller.java
@@ -424,7 +424,7 @@
          try
          {
            copyZipEntry(entry, basePath, zipFirstPath, zipIn,
                ratioBeforeCompleted, ratioWhenCompleted, permissions);
            ratioBeforeCompleted, ratioWhenCompleted, permissions);
          } catch (IOException ioe)
          {
@@ -625,7 +625,8 @@
    } else if (path.endsWith(".sh"))
    {
      perm = "755";
    } else if (path.endsWith("setup") || path.endsWith("uninstall"))
    } else if (path.endsWith(Utils.getUnixSetupFileName()) ||
            path.endsWith(Utils.getUnixUninstallFileName()))
    {
      perm = "755";
    } else
@@ -654,4 +655,3 @@
    return getUserData().getServerLocation();
  }
}