install.sh: make sure installed files have correct permissions
commitd277c510fe52fd371241f8a3b04e9b880c3fad74
authorKyle J. McKay <mackyle@gmail.com>
Mon, 8 Mar 2021 03:12:33 +0000 (7 20:12 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Mon, 8 Mar 2021 03:12:33 +0000 (7 20:12 -0700)
tree6f24970a745aa9bacf40c494ba7c74d94d530d49
parentc9a44e882b368b8a47c564571838787a26b1f74d
install.sh: make sure installed files have correct permissions

If the user building girocco and running the 'make install'
command has an excessively strict umask (e.g. 0077), files that
have been created may lack the needed read/execute access for
group/other as required for proper functioning of the web/chroot
facilities.

Make sure the necessary permissions are always set during the
"finalizing permissions" stage.

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