Browse Source

Fix chown

Bob Mottram 11 years ago
parent
commit
70677316ed
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      beaglebone.txt

+ 1
- 1
beaglebone.txt View File

1496
 #+BEGIN_SRC: bash
1496
 #+BEGIN_SRC: bash
1497
 su
1497
 su
1498
 cp -r /home/myusername/.gnupg ~/
1498
 cp -r /home/myusername/.gnupg ~/
1499
-chown root:root ~/.gnupg
1499
+chown -R root:root ~/.gnupg
1500
 #+END_SRC
1500
 #+END_SRC
1501
 
1501
 
1502
 ** Create Email folders and rules
1502
 ** Create Email folders and rules