We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a81fcc commit 7f05a87Copy full SHA for 7f05a87
install.sh
@@ -281,7 +281,7 @@ mkdir -p "$HOME/$ROS_INSTALL_ROOT"/src
281
chown -R "$USER": "$HOME/$ROS_INSTALL_ROOT" > /dev/null 2>&1
282
283
# Move to working directory
284
-pushd "$HOME/$ROS_INSTALL_ROOT" || {
+pushd "$HOME/$ROS_INSTALL_ROOT" > /dev/null 2>&1 || {
285
echo -e "\033[31m❌ Error: Failed to change to directory $HOME/$ROS_INSTALL_ROOT. \
286
Please check if the directory exists and you have the necessary permissions.\033[0m"
287
exit 1
0 commit comments