install.sh: make sure GIROCCO_CONF is exported
commit1b12a3bea481a5c3010cfc1a3a1806254717b887
authorKyle J. McKay <mackyle@gmail.com>
Mon, 23 Nov 2020 21:57:19 +0000 (23 14:57 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Mon, 23 Nov 2020 21:57:19 +0000 (23 14:57 -0700)
tree2318edafc3463395c3192c00b82e531979b51188
parent0243016c0eb9afa8c1773d53b001bfcd0c4af53a
install.sh: make sure GIROCCO_CONF is exported

When defaulting the value of GIROCCO_CONF, it may not already
be exported.

Do so to make sure that everyone (e.g. jailsetup.sh) is on the
same page with the actual location of the intended config file.

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