From 759c0249ff81934862ac762beaae484a5e569da1 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 20 Aug 2021 19:09:22 -0400 Subject: alsvid3: chown XDG directories --- 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. -- cgit v0.9.1