Skip to content

Rem Redundant Hostname Code in Script

Mike Hanby requested to merge rem-redundant-hostname-code into main

NHC function nhcmain_init_env() already initiallizes a variable containing the short hostname HOSTNAME_S.

The merge removes NODENAME and related code in favor of $HOSTNAME_S

Merge request reports