Fix chown
This commit is contained in:
parent
7ed39d5280
commit
70677316ed
|
@ -1496,7 +1496,7 @@ If you later create an encrypted mailing list then the root user will also need
|
||||||
#+BEGIN_SRC: bash
|
#+BEGIN_SRC: bash
|
||||||
su
|
su
|
||||||
cp -r /home/myusername/.gnupg ~/
|
cp -r /home/myusername/.gnupg ~/
|
||||||
chown root:root ~/.gnupg
|
chown -R root:root ~/.gnupg
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Create Email folders and rules
|
** Create Email folders and rules
|
||||||
|
|
Loading…
Reference in New Issue