Skip to content

Commit 020df42

Browse files
committed
fix echo and add +e to prevent being booted
1 parent 528fcca commit 020df42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN groupadd -o -g $GID $USER && \
1414
useradd -om -u $UID -g $GID -G sudo -s /bin/bash $USER && \
1515
echo "$USER:$PW" | chpasswd
1616

17-
RUN echo '\nsource /ros_entrypoint.sh' >> home/$USER/.bashrc
17+
RUN echo -e '\nsource /ros_entrypoint.sh\nset +e' >> home/$USER/.bashrc
1818

1919
USER $USER
2020
WORKDIR /home/$USER

0 commit comments

Comments
 (0)