Skip to content

Commit

Permalink
fixes grab script to set correct permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Lawrence committed Apr 17, 2010
1 parent 3f19b2a commit 91714ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frames/grab
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@ fi
echo "mkdir -p $LOCAL_DEST"
mkdir -p $LOCAL_DEST

# set directory to be world-writable so we can add learning files etc.

chmod a+w $LOCAL_DEST

echo "scp -r nao@$ROBOT:/home/nao/naoqi/frames/* $LOCAL_DEST/"
scp -r nao@$ROBOT:/home/nao/naoqi/frames/* $LOCAL_DEST/

0 comments on commit 91714ba

Please sign in to comment.