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(); } }