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

jvergara
24.58.2007 f2c746a760bf1ab410c5bc8f30b53db5de63037f
Fix for issue 2153.  Add uninstall-gui to the list of files that must have executable permissions.
1 files modified
1 ■■■■ changed files
opends/src/quicksetup/org/opends/quicksetup/util/Utils.java 1 ●●●● patch | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/Utils.java
@@ -1211,6 +1211,7 @@
    {
      perm = "755";
    } else if (name.endsWith(Installation.UNIX_SETUP_FILE_NAME) ||
            name.endsWith(Installation.UNIX_UNINSTALL_GUI_FILE_NAME) ||
            name.endsWith(Installation.UNIX_UNINSTALL_FILE_NAME) ||
            name.endsWith(Installation.UNIX_UPGRADE_FILE_NAME))
    {