mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-04-19 14:47:12 -04:00
operator precedence
This commit is contained in:
parent
4ed26c274e
commit
c643ee70a7
@ -62,7 +62,7 @@ ENV LSMB_VERSION ${LSMB_VERSION}
|
||||
RUN cd /srv/ledgersmb \
|
||||
&& git fetch \
|
||||
&& git checkout $LSMB_VERSION \
|
||||
&& git merge || echo "git merge failed - this is expected if [$LSMB_VERSION] isn't a branch"
|
||||
&& (git merge || echo "git merge failed - this is expected if [$LSMB_VERSION] isn't a branch")
|
||||
|
||||
#RUN sed -i \
|
||||
# -e "s/short_open_tag = Off/short_open_tag = On/g" \
|
||||
|
Loading…
Reference in New Issue
Block a user