install.sh: test ulimit512 utility during install
commitfa7b6a73997a495c71c11c92b9240198663bf944
authorKyle J. McKay <mackyle@gmail.com>
Sat, 15 Aug 2020 19:56:09 +0000 (15 12:56 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sat, 15 Aug 2020 19:56:09 +0000 (15 12:56 -0700)
tree83079ccb5e61201bfe8cb2c7d0a8e00623c6c9e4
parent891bf9596163d8210577b3672d8be03dd1349955
install.sh: test ulimit512 utility during install

It's no use having and using a ulimit512 utility if it doesn't work.

To that end, run a quick and dirty test during install to make
sure that it works properly.

At the same time, provide an expansion for @max_file_size512@
(to $Girocco::Config::max_file_size512) while installing shell
scripts that have no other way to access the value (such as
the git-shell-verify script).

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