Skip to content
Snippets Groups Projects
Commit 87a2828c authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Fixed issue in lofar init script.

parent e1a65ff9
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,9 @@ RUN chmod 755 /entrypoint.sh ...@@ -17,6 +17,9 @@ RUN chmod 755 /entrypoint.sh
# Set entrypoint # Set entrypoint
ENTRYPOINT ["/entrypoint.sh"] ENTRYPOINT ["/entrypoint.sh"]
# Fix line in the lofar init. TODO: check why!!
RUN grep -v "measures.directory" /opt/lofar/init.sh > /tmp/init.sh && mv /tmp/init.sh /opt/lofar/init.sh && chmod 755 /opt/lofar/init.sh
#============================= #=============================
# Switch to metauser # Switch to metauser
#============================= #=============================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment