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

jvergara
26.51.2007 89e6b87a5f3b4d025e108406be31ca8576c6b0bf
Fix the access permissions of the shell scripts under the lib directory on the workspace.

1 files modified
2 ■■■■■ changed files
opends/build.xml 2 ●●●●● patch | view | raw | blame | history
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>