From 488988e83354a3198debeff86a7428b495bd1a19 Mon Sep 17 00:00:00 2001 From: Tim Kluge <timklge@gmail.com> Date: Mon, 31 Aug 2020 18:49:03 +0200 Subject: [PATCH] chmod a+rwx workspace root dir --- vnc/copyws.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vnc/copyws.sh b/vnc/copyws.sh index 218a77d..f2e3afc 100644 --- a/vnc/copyws.sh +++ b/vnc/copyws.sh @@ -3,5 +3,5 @@ if [ -z "$(ls -A /root/Desktop/ros_ws)" ]; then echo "Copying workspace..." 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 \ No newline at end of file -- GitLab