nils-braun / b2luigi

Task scheduling and batch running for basf2 jobs made simple
GNU General Public License v3.0
17 stars 11 forks source link

Fix gb2_proxy_init error due to wrong HOME from gbasf2 setup script #141

Closed meliache closed 2 years ago

meliache commented 2 years ago

The gbasf2 setup script on sets HOME to /ext/home/ueda if it's initally unset (as is the case due to our env -i), which later causes problems in the gb2_proxy_init subprocess, as it searches for the certificates in Ueda-San's HOME. Therefore, reset it to the caller's HOME.

Resolves #138