1
0
Fork 0
mirror of synced 2024-06-14 08:44:49 +12:00

Ensure upgrade executable has execute permissions

This commit is contained in:
Steven Nguyen 2023-08-30 12:31:25 -07:00
parent 2f2edd41d5
commit 2d0d036519
No known key found for this signature in database

View file

@ -167,6 +167,7 @@ RUN chmod +x /usr/local/bin/doctor && \
chmod +x /usr/local/bin/maintenance && \
chmod +x /usr/local/bin/usage && \
chmod +x /usr/local/bin/install && \
chmod +x /usr/local/bin/upgrade && \
chmod +x /usr/local/bin/migrate && \
chmod +x /usr/local/bin/realtime && \
chmod +x /usr/local/bin/schedule && \