[fix] Remove quotes

This commit is contained in:
William Wernert
2020-07-01 16:24:41 -04:00
parent b75cb36058
commit b4f9fe5f54

View File

@@ -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