We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5445e5e commit 2eb3889Copy full SHA for 2eb3889
scripts/docker_install.sh
@@ -12,6 +12,6 @@ fi
12
$DOCKER_COMPOSE -f docker-compose.yml up -d
13
14
echo -e "\033[32m\033[1mInstallation complete\033[0m, you can now access the container with the following command:"
15
-echo "chmod -R 777 inmoov_ros_sim && \"
16
-echo "cd inmoov_ros_sim && \"
+echo "chmod -R 777 inmoov_ros_sim && \\"
+echo "cd inmoov_ros_sim && \\"
17
echo "make dc-term"
0 commit comments