From 2d7aefed0d96eb8b6d88eb3dd6e343050181ffd0 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Fri, 7 Aug 2020 11:42:48 -0400 Subject: [PATCH] add IMPORTPCAP node to set_hostname --- setup/so-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-functions b/setup/so-functions index eb93e2975..d2e2be748 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -1521,7 +1521,7 @@ set_hostname() { set_hostname_iso - if [[ ! $install_type =~ ^(MANAGER|EVAL|HELIXSENSOR|MANAGERSEARCH|STANDALONE)$ ]]; then + if [[ ! $install_type =~ ^(MANAGER|EVAL|HELIXSENSOR|MANAGERSEARCH|STANDALONE|IMPORTPCAP)$ ]]; then if ! getent hosts "$MSRV"; then echo "$MSRVIP $MSRV" >> /etc/hosts fi