diff options
Diffstat (limited to 'hosts/alsvid3')
-rw-r--r-- | hosts/alsvid3/postinst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/alsvid3/postinst b/hosts/alsvid3/postinst index 6bee149..105689e 100644 --- a/hosts/alsvid3/postinst +++ b/hosts/alsvid3/postinst @@ -171,6 +171,7 @@ cat >"${target}/home/pj/.claws-mail/folderlist.xml" <<-EOF </folder> </folderlist> EOF +in_target chown pj:pj '/home/pj/.claws-mail/folderlist.xml' # Generate target's SSH keypair. rm -f "${target}/home/pj/.ssh/id_rsa" "${target}/home/pj/.ssh/id_rsa.pub" || \ |