Skip to content
Snippets Groups Projects
Commit 488988e8 authored by Tim Kluge's avatar Tim Kluge
Browse files

chmod a+rwx workspace root dir

parent e06f7cae
Branches
No related tags found
No related merge requests found
...@@ -3,5 +3,5 @@ ...@@ -3,5 +3,5 @@
if [ -z "$(ls -A /root/Desktop/ros_ws)" ]; then if [ -z "$(ls -A /root/Desktop/ros_ws)" ]; then
echo "Copying workspace..." echo "Copying workspace..."
cp /root/ws_tmp/* /root/Desktop/ros_ws -r cp /root/ws_tmp/* /root/Desktop/ros_ws -r
chmod a+rwx /root/Desktop/ros_ws/* -R chmod a+rwx /root/Desktop/ros_ws/ -R
fi fi
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment