The source project of this merge request has been removed.
Add IIHE (BE) cluster to the setup script and replace host variable with (hostname)
Changes to the setup script:
- Add IIHE T2B cluster
- Replace
$host
with$(hostname)
because:-
$host
is initially empty for bash (not for zsh). e.g. At lxplus we still got a message: "Nothing planned for this environment. Proceed at your own risks.", but the installation was successful because for lxplus the environment was already as needed. -
$(hostname)
works for both bash (lxplus, T2B) and zsh (naf).
-
Tested for lxplus (CERN), naf (DESY) and T2B (IIHE).
Note: No additional changes were required to T2B, only loading the cvmfs libraries in the setup script