From b4f9fe5f542db747186ac956e860da1e2006d78f Mon Sep 17 00:00:00 2001 From: William Wernert Date: Wed, 1 Jul 2020 16:24:41 -0400 Subject: [PATCH] [fix] Remove quotes --- setup/so-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-setup b/setup/so-setup index 7143abaee..d5541a5b0 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -612,7 +612,7 @@ if [[ "$success" = 0 ]]; then if [[ -n $ALLOW_ROLE && -n $ALLOW_CIDR ]]; then export IP=$ALLOW_CIDR - so-allow -"$ALLOW_ROLE" >> $setup_log 2>&1 + so-allow -$ALLOW_ROLE >> $setup_log 2>&1 fi if [[ $THEHIVE == 1 ]]; then