jailsetup.sh: make sure etc/backups has correct owner
commit26234b9cad9116790e589e598bd05249eca816be
authorKyle J. McKay <mackyle@gmail.com>
Mon, 13 Apr 2020 02:13:30 +0000 (12 19:13 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Mon, 13 Apr 2020 02:13:30 +0000 (12 19:13 -0700)
tree10de917a3017a0eae8b3eebdb38758905043233b
parent085ac4a5a88be533916e9b198fbb8c8503f769fc
jailsetup.sh: make sure etc/backups has correct owner

When $chroot/etc/backups is created for the first time
when running under `sudo make install` it needs to have
its owner changed.

Add it to the list of directories that are updated.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
jailsetup.sh