Skip to content

Commit

Permalink
Update install.j2 for cc
Browse files Browse the repository at this point in the history
  • Loading branch information
pmatun-xl authored May 24, 2024
1 parent c967c41 commit d4c4a1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/dockerfiles/central-configuration/install.j2
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ RUN chmod +x /tmp/modify-wrapper-linux-conf.gawk && \

# Set permissions
RUN chgrp -R 0 ${APP_ROOT} && \
chown -R 10001:10001 ${APP_ROOT} && \
chmod -R g=u ${APP_ROOT} && \
chmod u+x ${APP_HOME}/bin/*.sh && \
chmod g+x ${APP_HOME}/bin/*.sh && \
Expand Down

0 comments on commit d4c4a1f

Please sign in to comment.