Skip to content

Commit 78df5b8

Browse files
committed
Mark apply-hotfixes.sh executable.
1 parent e89b332 commit 78df5b8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Dockerfile.rocky9

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1646,7 +1646,7 @@ RUN sed "s/#LANG=.*/LANG=${LANG}/g" /app/migrid-httpd-init.sh > /etc/sysconfig/a
16461646
RUN grep LANG /etc/sysconfig/apache-minimal > /etc/sysconfig/migrid
16471647
COPY rsyslog-init-helper /etc/init.d/rsyslog-minimal
16481648
RUN chown $USER:$GROUP /app/docker-entry.sh \
1649-
&& chmod +x /app/docker-entry.sh
1649+
&& chmod +x /app/docker-entry.sh /app/apply-hotfixes.sh
16501650

16511651
USER root
16521652
WORKDIR /app

apply-hotfixes.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)