From 08901715272dd0817500709e3f922f499162438b Mon Sep 17 00:00:00 2001 From: Josh Brower Date: Thu, 4 Jun 2020 07:51:05 -0400 Subject: [PATCH] Fixes --- setup/so-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-functions b/setup/so-functions index f300b985d..487b98f0b 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -287,7 +287,7 @@ collect_adminuser_inputs() { done } -collect_fleet_custom_hostname_inputs{ +collect_fleet_custom_hostname_inputs() { whiptail_fleet_custom_hostname }