diff options
Diffstat (limited to 'hosts/alsvid3/postinst')
-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 b2a669b..b9db945 100644 --- a/hosts/alsvid3/postinst +++ b/hosts/alsvid3/postinst @@ -155,6 +155,7 @@ sed 's/#.*$//; /^$/d;' "${target}/home/pj/.config/user-dirs.dirs" | \ while IFS='=' read var val; do HOME='/home/pj' eval "mkdir '${target}/'${val}" + eval "chown pj:pj '${target}/'${val}" done # Add empty folder list to prevent Claws Mail wizard from running. |