image_builder: fix comments

This commit is contained in:
Artem Smirnov
2018-09-27 21:46:28 +03:00
parent d55e7ed404
commit 4fdcb32044

View File

@@ -145,10 +145,10 @@ echo_stamp "Installing CLEVER" \
&& ln -s /root/clever.service /lib/systemd/system/clever.service \
&& systemctl enable roscore \
&& systemctl enable clever \
&& echo_stamp "All CLEVER-BUNDLE was installed!" "SUCCESS" \
|| (echo_stamp "CLEVER-BUNDLE installation was failed!" "ERROR"; exit 1)
&& echo_stamp "All CLEVER was installed!" "SUCCESS" \
|| (echo_stamp "CLEVER installation was failed!" "ERROR"; exit 1)
echo_stamp "Install GeographicLib datasets" \
echo_stamp "Install GeographicLib datasets (needs for mavros)" \
&& wget -qO- https://raw.githubusercontent.com/mavlink/mavros/master/mavros/scripts/install_geographiclib_datasets.sh | sh
echo_stamp "Change permissions for catkin_ws"