Commit 87a2828c authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Fixed issue in lofar init script.

parent e1a65ff9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -17,6 +17,9 @@ RUN chmod 755 /entrypoint.sh
# Set entrypoint
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
#=============================