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

jvergara
26.51.2007 463dad0dfa442be22d03a19599a5e0bbb98c641f
Fix the access permissions of the shell scripts under the lib directory on the workspace.

1 files modified
2 ■■■■■ changed files
opendj-sdk/opends/build.xml 2 ●●●●● patch | view | raw | blame | history
opendj-sdk/opends/build.xml
@@ -745,6 +745,8 @@
      <fileset dir="${pdir}/bin">
      </fileset>
    </chmod>
    <chmod file="${pdir}/lib/_client-script.sh" perm="755" />
    <chmod file="${pdir}/lib/_server-script.sh" perm="755" />
  </target>